mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Introduced HTML5 article tag.
This commit is contained in:
parent
1bf20166a0
commit
b30f0b5f58
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user