Added ‘memberOf’ property to Associations
This commit is contained in:
@@ -154,9 +154,9 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% for association in site.data.associations %}
|
{% for association in site.data.associations %}
|
||||||
<div class="resume-item">
|
<div class="resume-item" itemscope itemprop="memberOf" itemtype="http://schema.org/Organization">
|
||||||
<h3 class="resume-item-title"><a href="http://beerfortheworld.com">{{ association.organization }}</a></h3>
|
<h3 class="resume-item-title" itemprop="name"><a href="http://beerfortheworld.com" itemprop="url">{{ association.organization }}</a></h3>
|
||||||
<h4 class="resume-item-details">{{ association.role }} • {{ association.year }}</h4>
|
<h4 class="resume-item-details" itemprop="description">{{ association.role }} • {{ association.year }}</h4>
|
||||||
<p class="resume-item-copy">{{ association.summary }}</p>
|
<p class="resume-item-copy">{{ association.summary }}</p>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user