about summary refs log tree commit diff stats
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authorAlan Pearce2017-07-04 20:37:08 +0200
committerAlan Pearce2017-07-04 20:37:08 +0200
commit022af90cb3aa08e891639f3db47ad3bb7b47632a (patch)
tree40cad115562bb16bd0487ca3367849538fe7d537 /layouts/_default/single.html
parent987cab567c5fc9bed00bf11b8693b44d40564e5e (diff)
downloadhyde-022af90cb3aa08e891639f3db47ad3bb7b47632a.tar.lz
hyde-022af90cb3aa08e891639f3db47ad3bb7b47632a.tar.zst
hyde-022af90cb3aa08e891639f3db47ad3bb7b47632a.zip
Remove schema.org markup
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index a3ecf61..390ecf0 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,14 +1,14 @@
 {{ partial "head.html" . }}
-	<body class="theme-base-0b layout-reverse h-entry" itemscope itemtype="http://schema.org/BlogPosting">
+	<body class="theme-base-0b layout-reverse h-entry">
 		<main class="content container" role="main">
 			<article class="post">
 				<header>
 					<a class="u-url" href="{{ .Permalink | replaceRE "/$" "" }}">
-						<h1 class="post-title p-name" itemprop="name">{{ .Title }}</h1>
+						<h1 class="post-title p-name">{{ .Title }}</h1>
 					</a>
-					<time class="post-date dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}" itemprop="datePublished">{{ .Date.Format "Monday, 2 January 2006" }}</time>
+					<time class="post-date dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}">{{ .Date.Format "Monday, 2 January 2006" }}</time>
 				</header>
-				<main class="post-content e-content" itemprop="articleBody">
+				<main class="post-content e-content">
 					{{ .Content }}
 				</main>
 				<footer class="footer">
@@ -24,9 +24,7 @@
 					<p>
 						Tags:
 						{{ range .Params.tags }}
-						<span itemprop="keywords">
-							<a class="p-category" href="/tags/{{ . | urlize }}/">{{ . }}</a>
-						</span>
+						<a class="p-category" href="/tags/{{ . | urlize }}/">{{ . }}</a>
 						{{ end }}
 
 					</p>