1
0
Fork 0

fix index
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Hamcha 2023-09-11 19:24:57 +02:00
parent 20dbedce8e
commit 3711d08f69
Signed by: hamcha
GPG key ID: 1669C533B8CF6D89

View file

@ -84,6 +84,6 @@
<span class="home-link"><a href="{{ $link }}">{{ $name }}</a></span> <span class="home-link"><a href="{{ $link }}">{{ $name }}</a></span>
{{ end }}</p> {{ end }}</p>
</section> </section>
{{ partial "list-limited.html" "blog;posts" }} {{ partial "list-limited.html" "posts;posts" }}
{{ partial "list-limited.html" "pages;pages" }} {{ partial "list-limited.html" "pages;pages" }}
{{ end }} {{ end }}