1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00

More schema.org tags.

This commit is contained in:
Markus Birth 2015-02-20 14:31:19 +01:00
parent 479aa0bab5
commit b07d61ae96

View File

@ -37,6 +37,9 @@
<div class="container"> <div class="container">
<article itemscope itemtype="http://schema.org/Article"> <article itemscope itemtype="http://schema.org/Article">
<h1 id="pagetitle" itemprop="name">{{ page.title }}</h1> <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"> <section id="main_content" itemprop="articleBody">
{% if page.toc %} {% if page.toc %}
<ul data-toc="#main_content"></ul> <ul data-toc="#main_content"></ul>