diff --git a/themes/red/layouts/partials/featured-art.html b/themes/red/layouts/partials/featured-art.html index a1ffd32..0f85055 100644 --- a/themes/red/layouts/partials/featured-art.html +++ b/themes/red/layouts/partials/featured-art.html @@ -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}} {{ $title := .title }}