From 7c3c4a1cb541a81350e0828a887f1ff4210a0ee1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 19 Mar 2022 15:16:10 -0400 Subject: fix hugo --- themes/tozt/layouts/blog/list.html | 2 +- themes/tozt/layouts/partials/header.html | 2 +- themes/tozt/layouts/recipes/list.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/tozt/layouts/blog/list.html b/themes/tozt/layouts/blog/list.html index 9483571..68ea2a4 100644 --- a/themes/tozt/layouts/blog/list.html +++ b/themes/tozt/layouts/blog/list.html @@ -6,7 +6,7 @@ {{ range (where .Data.Pages "Section" "!=" "") }}
  • {{ .Date.Format "2006/01/02" }} - {{ .Title | markdownify }} + {{ .Title | markdownify }}
  • {{ end }} diff --git a/themes/tozt/layouts/partials/header.html b/themes/tozt/layouts/partials/header.html index 50a465b..fc8b583 100644 --- a/themes/tozt/layouts/partials/header.html +++ b/themes/tozt/layouts/partials/header.html @@ -20,7 +20,7 @@