aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/_default/single.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-10-07 12:11:06 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-10-07 12:11:06 +0200
commitf1cf5db5be43d4a6094f4a0d19b89c665c3657ee (patch)
tree968d861d8f2211f2b99add881dc139afeb4aec06 /themes/simple/layouts/_default/single.html
parent27e7e16856c105b4dd82676f6b07e448ea9d95bb (diff)
downloadmitjafelicijan.com-f1cf5db5be43d4a6094f4a0d19b89c665c3657ee.tar.gz
Fixed styling and fixed typos
Diffstat (limited to 'themes/simple/layouts/_default/single.html')
-rw-r--r--themes/simple/layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/simple/layouts/_default/single.html b/themes/simple/layouts/_default/single.html
index 6fe8253..2622946 100644
--- a/themes/simple/layouts/_default/single.html
+++ b/themes/simple/layouts/_default/single.html
@@ -4,7 +4,7 @@
4 <!-- Single article --> 4 <!-- Single article -->
5 <article itemtype="http://schema.org/Article" class="single mb-12"> 5 <article itemtype="http://schema.org/Article" class="single mb-12">
6 <header class="mb-6"> 6 <header class="mb-6">
7 <h1 itemtype="headline" class="text-4xl font-extrabold mb-6">{{.Title}}</h1> 7 <h1 itemtype="headline" class="text-4xl font-extrabold mb-6 leading-tight">{{.Title}}</h1>
8 8
9 {{ if in .Type "posts" }} 9 {{ if in .Type "posts" }}
10 <time class="text-gray-400 font-medium text-sm">Published on {{ .Date.Format "Monday Jan 2, 2006" }}</time> 10 <time class="text-gray-400 font-medium text-sm">Published on {{ .Date.Format "Monday Jan 2, 2006" }}</time>
@@ -60,7 +60,7 @@
60 60
61 <!-- Openring --> 61 <!-- Openring -->
62 {{ if in .Type "posts" }} 62 {{ if in .Type "posts" }}
63 {{ partial "openring.html" . }} 63 {{ partial "openring.html" . }}
64 {{ end }} 64 {{ end }}
65 65
66</main> 66</main>