re-adding microformat keywords so Flickr publish will get them via brid.gy

This commit is contained in:
Peter Molnar 2019-04-29 09:34:00 +01:00
parent 8505789e1a
commit 9d42d24812

View file

@ -90,6 +90,12 @@
<time datetime="{{ post.dateModified }}" class="dt-updated updated"></time>
<br />
<a class="u-url u-uuid bookmark" href="{{ post.url }}">{{ post.url }}</a>
{% if post.keywords|length > 0 %}
<br />
{% for keyword in post.keywords %}
#<span class="p-category">{{ keyword }}</span>{% if not loop.last %} {% endif %}
{% endfor %}
{% endif %}
<!--
{% if post.sameAs|length %}
<br />