about summary refs log tree commit diff stats
path: root/layouts/_default
diff options
context:
space:
mode:
authorAlan Pearce2014-07-29 19:54:51 +0100
committerAlan Pearce2014-07-29 19:54:51 +0100
commit3a522e5dcff2385f6304c8f909f32d5854028580 (patch)
tree4ffe7274dbe65681d1906bc79a04e2310460e9a1 /layouts/_default
parent4f124ec23f2c118c0c8dc6f38eb38fb761a16224 (diff)
downloadhyde-3a522e5dcff2385f6304c8f909f32d5854028580.tar.lz
hyde-3a522e5dcff2385f6304c8f909f32d5854028580.tar.zst
hyde-3a522e5dcff2385f6304c8f909f32d5854028580.zip
Add title to list view
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/list.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 2806591..fb69480 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,6 +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>
 			<ul class="posts">
 				{{ range .Data.Pages }}
 				<li itemscope itemtype="http://schema.org/BlogPosting">