diff options
author | Alan Pearce | 2014-07-20 12:33:30 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-20 12:33:30 +0100 |
commit | 0d0b1e034414c11bdbb5fa1c057aa66bdbf35129 (patch) | |
tree | 23deea54f80df4e5f7ecad690582c6549db48fd7 /layouts | |
parent | cae216e2ff5b6133e3040c8f1afdb164558f4214 (diff) | |
download | hyde-0d0b1e034414c11bdbb5fa1c057aa66bdbf35129.tar.lz hyde-0d0b1e034414c11bdbb5fa1c057aa66bdbf35129.tar.zst hyde-0d0b1e034414c11bdbb5fa1c057aa66bdbf35129.zip |
Switch articles to BlogPosting type
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index d391893..1f8ed71 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,7 +1,7 @@ {{ template "theme/partials/head.html" . }} <body class="theme-base-0b layout-reverse"> <main class="content container" role="main"> - <article class="post" itemscope itemtype="http://schema.org/Article"> + <article class="post" itemscope itemtype="http://schema.org/BlogPosting"> <header> <h1 class="post-title" itemprop="name">{{ .Title }}</h1> <time class="post-date" datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}" itemprop="datePublished">{{ .Date.Format "Monday, 2 January 2006" }}</time> |