!publish! should take a nap..

This commit is contained in:
Marcell Mars 2020-03-15 21:14:25 +01:00
parent a93ee2b453
commit fb9dc1cd38
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{{ $relpermalink = "_preview" }}
{{ end }}
{{ $relpermalink = printf "%s%s" $relpermalink .RelPermalink }}
<div><a class="sidebar-list text-base" href="{{ $relpermalink }}{{ .RelPermalink }}{{ if eq hugo.Environment "offline" }}index.html{{ end }}">> {{ .Title }}</a></div>
<div><a class="sidebar-list text-base" href="{{ $relpermalink }}{{ if eq hugo.Environment "offline" }}index.html{{ end }}">> {{ .Title }}</a></div>
{{ end }}
<div class="pb-8"></div>
{{ end }}