re-adding microformat keywords so Flickr publish will get them via brid.gy
This commit is contained in:
parent
8505789e1a
commit
9d42d24812
1 changed files with 6 additions and 0 deletions
|
@ -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 />
|
||||
|
|
Loading…
Reference in a new issue