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>
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user