Fix broken tr link
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user