small fixes

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

View File

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