mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
More schema.org tags.
This commit is contained in:
parent
479aa0bab5
commit
b07d61ae96
@ -37,6 +37,9 @@
|
||||
<div class="container">
|
||||
<article itemscope itemtype="http://schema.org/Article">
|
||||
<h1 id="pagetitle" itemprop="name">{{ page.title }}</h1>
|
||||
<meta itemprop="keywords" content="{{ page.tags | join: ',' }}" />
|
||||
<meta itemprop="dateCreated" content="{{ page.created | date: '%Y-%m-%d' }}" />
|
||||
<meta itemprop="dateModified" content="{{ page.updated | date: '%Y-%m-%d' }}" />
|
||||
<section id="main_content" itemprop="articleBody">
|
||||
{% if page.toc %}
|
||||
<ul data-toc="#main_content"></ul>
|
||||
|
Loading…
Reference in New Issue
Block a user