1
0
Fork 0

fix for new reverse proxy setup
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Hamcha 2024-04-21 00:36:27 +02:00
parent 3dd4f0c07c
commit 717b8029bb
Signed by: hamcha
GPG Key ID: 1669C533B8CF6D89
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ site.RegularPages "Section" $pageurl }} {{- with $pages }}
<a class="title" href="{{ .RelPermalink }}">{{ .Title }}</a>
</article>
{{ end }} {{ if (gt ($pages | len) $limit )}}
<a href="/{{ $pageurl }}">See more…</a>
<a href="/{{ $pageurl }}/">See more…</a>
{{ end }}
</section>
{{ end }} {{ end }} {{ define "main" }}

View File

@ -1,4 +1,4 @@
<nav class="section-list">
<a href="/">Hello</a><a href="/posts">Blog</a>
<a href="/pages">Pages</a>
<a href="/">Hello</a><a href="/posts/">Blog</a>
<a href="/pages/">Pages</a>
</nav>