Fix featured art links
This commit is contained in:
parent
5dded30586
commit
f15daab949
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
{{ $year = index $split 0 }}
|
||||
{{ 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">
|
||||
{{ $title := .title }}
|
||||
|
|
Loading…
Add table
Reference in a new issue