about summary refs log tree commit diff stats
path: root/layouts/_default/list.html
diff options
context:
space:
mode:
authorAlan Pearce2014-07-29 19:56:01 +0100
committerAlan Pearce2014-07-29 19:56:01 +0100
commit92805f7a704d1f98b02d6ddea87ef5ef0486ff89 (patch)
tree89d0ef142647a536449117c0a142fafc3263ffff /layouts/_default/list.html
parent3a522e5dcff2385f6304c8f909f32d5854028580 (diff)
downloadhyde-92805f7a704d1f98b02d6ddea87ef5ef0486ff89.tar.lz
hyde-92805f7a704d1f98b02d6ddea87ef5ef0486ff89.tar.zst
hyde-92805f7a704d1f98b02d6ddea87ef5ef0486ff89.zip
Style list view title
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index fb69480..dd466d8 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,7 +1,7 @@
 {{ template "theme/partials/head.html" . }}
 	<body class="theme-base-0b layout-reverse" itemscope itemtype="http://schema.org/Blog">
 		<main class="content container" role="main">
-			<h1>{{ .Title }}</h1>
+			<h1 class="page-title">{{ .Title }}</h1>
 			<ul class="posts">
 				{{ range .Data.Pages }}
 				<li itemscope itemtype="http://schema.org/BlogPosting">