about summary refs log tree commit diff stats
path: root/layouts/index.html
diff options
context:
space:
mode:
authorAlan Pearce2017-05-06 17:20:01 +0200
committerAlan Pearce2017-05-06 17:20:01 +0200
commit30dbd768eed25625e16b07f5791f282b266593bc (patch)
tree8802096b46d51fd7d364d2e445fd0df7acb3cdc8 /layouts/index.html
parent6b9efc9152540afcd773bcdbc19e7d04b5e6cab2 (diff)
downloadhyde-30dbd768eed25625e16b07f5791f282b266593bc.tar.lz
hyde-30dbd768eed25625e16b07f5791f282b266593bc.tar.zst
hyde-30dbd768eed25625e16b07f5791f282b266593bc.zip
style: Make list and index consistent
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 5d8ca0b..712ba03 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -3,7 +3,7 @@
 		<main class="content container" role="main">
 			<section class="recent">
 				<h2>Recent Posts</h2>
-				<ul>
+				<ul class="posts">
 					{{ range .Data.Pages }}
 					<li itemscope itemtype="http://schema.org/BlogPosting">
 						<a class="post-title" itemprop="url" href="{{ .RelPermalink }}"><span itemprop="name">{{ .Title }}</span></a>