<li>Published: <time datetime="{{ page.date | htmlDateString }}">{{ page.date | htmlDateString }}</time></li>
<li>Description: {{ description }}</li>
<li>Tags: {{ tags | reject("equalto", "articles") | sort | join(", ") }}</li>
- {% if posse %}
+ {%- if posse %}
<li>
Also Posted To:
- {% for posse_location, posse_url in posse %}
+ {%- for posse_location, posse_url in posse %}
<a href="{{ posse_url }}">{{ posse_location }}</a>
- {% endfor %}
+ {%- endfor %}
</li>
- {% endif %}
+ {%- endif %}
</ul>
</details>
<address>
<menu>
{%- for social in socials %}
- <li><a href="{{ social.url }}">{{ social.title }}</a></li>
+ <li><a href="{{ social.url }}" rel="me">{{ social.title }}</a></li>
{%- endfor %}
</menu>
</address>