about summary refs log tree commit diff stats
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authorAlan Pearce2014-06-08 13:34:21 +0100
committerAlan Pearce2014-06-08 13:34:21 +0100
commit348d60a681a8a0ae0fc5f7ba403faca368e9d704 (patch)
tree5cb788daa1c7872c9f0d2ab8c2aa2415b514076d /layouts/_default/single.html
parent457e19ffa3d8773099e48fbcada90721ff1d4f27 (diff)
downloadhyde-348d60a681a8a0ae0fc5f7ba403faca368e9d704.tar.lz
hyde-348d60a681a8a0ae0fc5f7ba403faca368e9d704.tar.zst
hyde-348d60a681a8a0ae0fc5f7ba403faca368e9d704.zip
Make post titles display similarly in all contexts
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 3cc7641..150dd69 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,7 +2,7 @@
 	<body class="theme-base-0b layout-reverse">
 		<main class="content container" role="main">
 			<article class="post">
-				<h1>{{ .Title }}</h1>
+				<h1 class="post-title">{{ .Title }}</h1>
 				<time class="post-date" datetime="{{ .Date.Format "2006-01-02 15:04:05Z" }}">{{ .Date.Format "Monday, 2 January 2006" }}</time>
 				{{ .Content }}
 			</article>