Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/post/single.html')
-rw-r--r--layouts/post/single.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/layouts/post/single.html b/layouts/post/single.html
index 6a58d4e..15b53c9 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -2,9 +2,11 @@
<main>
- <h2>{{ .Title }}</h2>
- <h5>{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006") }}</h5>
- {{ partial "tags" . }}
+ <div>
+ <h2>{{ .Title }}</h2>
+ <h5>{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006") }}</h5>
+ {{ partial "tags" . }}
+ </div>
<br> <div class="text-justify">{{ .Content }}</div>