summaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-01 15:02:02 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-01 15:02:02 +0100
commit9844a5c7694fcae61ed4509f09a595daf15cb44f (patch)
treef844386a8e01e6f3f4bbd4c268edec587e8881a6 /layouts/_default/single.html
parente99bd99eeedbf38390e0d4d014c35b04a280767b (diff)
feat: major changes to website design
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 39c5e26..a322e0a 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,10 +1,7 @@
-{{ partial "head.html" .}}
-<div class="container">
- {{ partial "navigation.html" .}}
-</div>
-</div>
-<div class="container">
+{{ partial "header.html" .}}
+<div class="single">
<h2>{{ .Title }}</h2>
+ <h4> Published on {{ .Date.Format "2006/01/02" }}</h4>
{{ .Content }}
</div>
{{ partial "footer.html" . }}