fix: pagination in list.html

This commit is contained in:
kbe
2025-08-18 18:16:18 +02:00
parent 0089c93afa
commit 67d08d9865
3 changed files with 93 additions and 32 deletions

View File

@@ -60,7 +60,7 @@
<p>{{ truncate 200 .Content }}</p>
{{ end }}
<div class="mt-3">
<a class="button-text-1" href="{{ .Permalink }}">Read More</a>
<a class="button-text-1" href="{{ .Permalink }}">Lire la suite</a>
</div>
</div>
</div>