From 4643b179e6e08384a4f38649c510f287dd09016f Mon Sep 17 00:00:00 2001 From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com> Date: Wed, 29 May 2024 14:49:07 -0700 Subject: [PATCH] Update single.html with categories --- layouts/_default/single.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 22d35e8f0..40ab8324f 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,8 +4,18 @@

{{ .Title }}

{{ with .Params.description }}

{{ . | markdownify }}

{{ end }} + {{ if .Params.categories }} +
+

Categories:

+ +
+ {{ end }} {{ .Content }}
-{{ end }} \ No newline at end of file +{{ end }}