diff options
-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> |