Remove schema reference

This commit is contained in:
Michael Rose 2014-01-20 10:40:59 -05:00
parent 37483110e9
commit 28a0176b84

View file

@ -3,7 +3,7 @@
<a href="{{ site.url }}">{{ site.title }}</a>
</div><!-- /.site-name -->
<div class="top-navigation">
<nav role="navigation" itemscope itemtype="http://schema.org/SiteNavigationElement">
<nav role="navigation">
<ul>
{% for link in site.links %}
<li><a href="{% if link.external %}{{ link.url }}{% else %}{{ site.url }}{{ link.url }}{% endif %}" {% if link.external %}target="_blank"{% endif %}>{{ link.title }}</a></li>