summaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authorArne Rief <riearn@proton.me>2025-09-04 20:05:27 +0200
committerArne Rief <riearn@proton.me>2025-09-04 20:05:27 +0200
commit26df3baeb1afcb4c41ec99f940b237b9589caa42 (patch)
treeee970fe0810d56a4b83174d282127593ba418547 /layouts/_default/single.html
parent2204aa9db535af9b0c38487f74a56bd0ac9f07e2 (diff)
Ready for deployment
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 24bc5c9..dba5a10 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,7 +1,9 @@
{{- define "main" }}
<article class="post">
<header class="post__header">
- <h1 class="post__headline">{{ .Title }}</h1>
+ <h1 class="post__headline">
+ {{ .Title }}
+ </h1>
<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}" class="post__publish-date">
{{ .Date | time.Format ":date_medium" }}
</time>