1
0
Fork 0

Add simple data-vocabulary data

This commit is contained in:
Daniel Kempkens 2014-03-27 11:09:56 +01:00
parent 87c8f93fd0
commit a0d9011318

View file

@ -6,9 +6,9 @@
<li>
<a href="#">About</a>
<ul class="dl-submenu">
<li>
<img src="{{ site.owner.avatar | asset_path }}" alt="{{ site.owner.name }} photo" class="author-photo">
<h4>{{ site.owner.name }}</h4>
<li itemscope itemtype="http://data-vocabulary.org/Person">
<img src="{{ site.owner.avatar | asset_path }}" alt="{{ site.owner.name }} photo" class="author-photo" itemprop="photo">
<h4 itemprop="name">{{ site.owner.name }}</h4>
<p>{{ site.owner.bio }}</p>
</li>
{% if site.owner.email %}<li>