Fix featured art links

This commit is contained in:
Joshua Goins 2023-09-24 22:39:52 -04:00
parent 5dded30586
commit f15daab949

View file

@ -16,7 +16,7 @@
{{ $year = index $split 0 }} {{ $year = index $split 0 }}
{{ end }} {{ end }}
{{ $path := printf "/art/%d/%.2d/%s" $year $month $filename_without_ext}} {{ $path := printf "/art/%s/%s/%s" $year $month $filename_without_ext}}
<a href="{{ $path }}" aria-label="Click to view details" class="no-decoration"> <a href="{{ $path }}" aria-label="Click to view details" class="no-decoration">
{{ $title := .title }} {{ $title := .title }}