about summary refs log tree commit diff stats
path: root/layouts/index.html
diff options
context:
space:
mode:
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>