about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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>