From 012ed929d594f0585fd7008c7243be8f330c829b Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 15 Mar 2023 15:23:11 +0100 Subject: Reuse taglist css in recipes --- layouts/recipes/single.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'layouts/recipes/single.html') diff --git a/layouts/recipes/single.html b/layouts/recipes/single.html index 8362b88..c4876a9 100644 --- a/layouts/recipes/single.html +++ b/layouts/recipes/single.html @@ -6,9 +6,11 @@

{{ .Title }}

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