From e69f90733e2dbc510a725759d7611a57acd75c05 Mon Sep 17 00:00:00 2001 From: koirand Date: Wed, 15 Jan 2020 16:47:11 -1000 Subject: [PATCH] Display tags on single.html --- layouts/_default/single.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ea6919a..d05c8e2 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,6 +4,17 @@ {{ $singlePageDateFormat := .Site.Params.singlePageDateFormat | default "January 2, 2006"}}

{{ .Date.Format $singlePageDateFormat }}

+ +
+ +
{{ .Content }}