1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00

Introduced HTML5 article tag.

This commit is contained in:
Markus Birth 2015-02-20 14:23:44 +01:00
parent 1bf20166a0
commit b30f0b5f58

View File

@ -36,7 +36,8 @@
</div>
</div>
</header>
<div class="container" itemscope itemtype="http://schema.org/Article">
<div class="container">
<article itemscope itemtype="http://schema.org/Article">
<h1 id="pagetitle" itemprop="name">{{ page.title }}</h1>
<section id="main_content" itemprop="articleBody">
{% if page.toc %}
@ -44,6 +45,7 @@
{% endif %}
{{ content }}
</section>
</article>
<section id="comments">
<script src="//apis.google.com/js/plusone.js" type="text/javascript"></script>
<div class="g-comments" data-href="{{ site.url }}{{ page.url }}" data-width="900" data-first_party_property="BLOGGER" data-view_type="FILTERED_POSTMOD">Loading Google+ comments...</div>