Compare commits

...

1 Commits

Author SHA1 Message Date
mossbiscuits 2dd4884e9f improve formatting 2025-06-06 18:08:59 -06:00
2 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -6,7 +6,7 @@
{{ range $pages }}
<article>
<h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
<p>{{ .Content | truncate 100 }}</p>
<p>{{ .Content | truncate 250 }}</p>
</article>
{{ end }}
</section>