about summary refs log tree commit diff stats
path: root/layouts/index.html
diff options
context:
space:
mode:
authorAlan Pearce2014-08-02 21:43:44 +0100
committerAlan Pearce2014-08-02 21:43:44 +0100
commiteee025c9e54197406d3e8b2753473f2d5c7a609a (patch)
tree6c0e42285f0983145a5d0a429467f8e905b084bf /layouts/index.html
parentb5178a7df73ff871c736a23b86843b91bb0b2ab4 (diff)
downloadhyde-eee025c9e54197406d3e8b2753473f2d5c7a609a.tar.lz
hyde-eee025c9e54197406d3e8b2753473f2d5c7a609a.tar.zst
hyde-eee025c9e54197406d3e8b2753473f2d5c7a609a.zip
Fix mismatched tags on index page
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 a0827b7..88cc1ae 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -16,7 +16,7 @@
 				<ul>
 					{{ range .Data.Pages }}
 					<li itemscope itemtype="http://schema.org/BlogPosting">
-						<a class="post-title" itemprop="url" href="{{ .RelPermalink }}"><span itemprop="name">{{ .Title }}<span></a>
+						<a class="post-title" itemprop="url" href="{{ .RelPermalink }}"><span itemprop="name">{{ .Title }}</span></a>
 						<time class="post-date" itemprop="datePublished" datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}">{{ .Date.Format "Monday, 2 January 2006" }}</time>
 					</li>
 					{{ end }}