Add microdata: tag the main content of a page as an article

This commit is contained in:
Hong Xu 2015-05-29 23:06:15 -07:00
parent b5b633a841
commit af89f48341

View File

@ -132,8 +132,10 @@
<div class="wy-nav-content">
<div class="rst-content">
{% include "breadcrumbs.html" %}
<div role="main" class="document">
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
{% block body %}{% endblock %}
</div>
</div>
{% include "footer.html" %}
</div>