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>
</div> </div>
</header> </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> <h1 id="pagetitle" itemprop="name">{{ page.title }}</h1>
<section id="main_content" itemprop="articleBody"> <section id="main_content" itemprop="articleBody">
{% if page.toc %} {% if page.toc %}
@ -44,6 +45,7 @@
{% endif %} {% endif %}
{{ content }} {{ content }}
</section> </section>
</article>
<section id="comments"> <section id="comments">
<script src="//apis.google.com/js/plusone.js" type="text/javascript"></script> <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> <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>