From f15daab949d408738713c19ffaf724a390a70900 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 24 Sep 2023 22:39:52 -0400 Subject: [PATCH] Fix featured art links --- themes/red/layouts/partials/featured-art.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}