fix for new reverse proxy setup
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
3dd4f0c07c
commit
717b8029bb
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ site.RegularPages "Section" $pageurl }} {{- with $pages }}
|
||||||
<a class="title" href="{{ .RelPermalink }}">{{ .Title }}</a>
|
<a class="title" href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||||
</article>
|
</article>
|
||||||
{{ end }} {{ if (gt ($pages | len) $limit )}}
|
{{ end }} {{ if (gt ($pages | len) $limit )}}
|
||||||
<a href="/{{ $pageurl }}">See more…</a>
|
<a href="/{{ $pageurl }}/">See more…</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</section>
|
</section>
|
||||||
{{ end }} {{ end }} {{ define "main" }}
|
{{ end }} {{ end }} {{ define "main" }}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<nav class="section-list">
|
<nav class="section-list">
|
||||||
<a href="/">Hello</a>∷ <a href="/posts">Blog</a> ∷
|
<a href="/">Hello</a>∷ <a href="/posts/">Blog</a> ∷
|
||||||
<a href="/pages">Pages</a>
|
<a href="/pages/">Pages</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in a new issue