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

@ -5,7 +5,7 @@
{{ range .Pages }}
<article>
<h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
<p>{{ .Content | truncate 100 }}</p>
<p>{{ .Content | plainify | truncate 100 }}</p>
</article>
{{ end }}
</section>