Fix broken tr link

This commit is contained in:
2025-06-12 14:49:52 -06:00
parent 67a0e1c6bb
commit 852a2a8187

View File

@ -24,7 +24,7 @@
</thead> </thead>
<tbody> <tbody>
{{ range .Pages }} {{ range .Pages }}
<tr onclick="window.location='{{ .RelPermalink }}'" style="cursor:pointer;"></tr> <tr onclick="window.location='{{ .RelPermalink }}'" style="cursor:pointer;">
<td class="tool"><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></td> <td class="tool"><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></td>
<td class="description">{{ .Content | plainify | truncate 100 }}</td> <td class="description">{{ .Content | plainify | truncate 100 }}</td>
<!-- <td> <!-- <td>