This commit is contained in:
2025-06-10 14:13:19 -06:00
parent ad1a614ff3
commit ced9625083
6 changed files with 34 additions and 8 deletions

View File

@ -26,7 +26,7 @@
{{ range .Pages }}
<tr onclick="window.location='{{ .RelPermalink }}'" style="cursor:pointer;"></tr>
<td class="tool"><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></td>
<td class="description">{{ .Content | truncate 200 }}</td>
<td class="description">{{ .Content | plainify | truncate 100 }}</td>
<!-- <td>
{{ $sep := "" }}
{{ range $key, $vals := .Params }}