Finish table of contents and pagination

This commit is contained in:
Hazem Krimi
2023-11-16 16:59:45 +01:00
parent 64723c3860
commit ad19dc44c3
18 changed files with 273 additions and 67 deletions
+3 -1
View File
@@ -10,8 +10,10 @@
{{ .Content }}
<section>
{{ range .Pages }}
{{ range .Paginator.Pages }}
{{ partial "card.html" . }}
{{ end }}
</section>
{{ partial "pagination.html" . }}
{{ end }}