Fix broken tr link
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{{ 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="description">{{ .Content | plainify | truncate 100 }}</td>
|
||||
<!-- <td>
|
||||
|
Reference in New Issue
Block a user