1
0
Fork 0

fixup links
Deploy to Artifacts / deploy (push) Successful in 11s Details

This commit is contained in:
Hamcha 2024-04-27 19:52:35 +02:00
parent d44515461c
commit e17a9dd997
Signed by: hamcha
GPG Key ID: 1669C533B8CF6D89
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ site.RegularPages "Section" $pageurl }} {{- with $pages }}
<section class="post-list">
<h2>Browse by series</h2>
{{ range $link, $name := $.Site.Data.home.series }}
<article><a href="{{ $link }}">{{ $name }}</a></article>
<article><a href="{{ $link }}/">{{ $name }}</a></article>
{{ end }}
</section>
{{ partial "list-limited.html" "posts;posts" }} {{ partial "list-limited.html"

View File

@ -1,4 +1,4 @@
{{ $tag := .Get 0 }} {{ $param := .Get 1 }} {{ $next := sort (where (sort
{{ $tag := .Get 0 }} {{ $param := .Get 1 }} {{ $next := where (where (sort
site.RegularPages "Date" "asc") ".Date" "gt" .Page.Date) ".Params.tags"
"intersect" (slice $tag) | first 1 }} {{ with $next }} {{ $page := index . 0 }}
<h3>