small fixes

This commit is contained in:
teldra 2022-07-08 14:11:18 +02:00
parent 59d1e00e13
commit 1218eb7040
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
</a> </a>
{{ else }} {{ else }}
{{ $fname := . }} {{ $fname := . }}
{{ if not (strings.HasSuffix $fname "md") }} {{ if not (in $fname "md") }}
<div>🗀 <a href="{{ $fname.Permalink }}" class="underline">{{ $fname }}</a></div> <div>🗀 <a href="{{ $fname.Permalink }}" class="underline">{{ $fname }}</a></div>
{{ end }} {{ end }}
{{ end }} {{ end }}