From 87ac17506aa65209b1541464665da569b8699116 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 5 May 2022 09:20:44 +0200 Subject: Update indentation --- layouts/recipes/single.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'layouts/recipes/single.html') diff --git a/layouts/recipes/single.html b/layouts/recipes/single.html index 14b8ffc..0a7d1ad 100644 --- a/layouts/recipes/single.html +++ b/layouts/recipes/single.html @@ -1,13 +1,13 @@ {{ define "head" }} - -{{ end }} + +{{- end }} {{ define "main" }}

{{ .Title }}

{{- range .Params.tags }} - #{{ . }} + #{{ . }} {{- end }} {{- if .Draft }}
-- cgit v1.1