re-adding microformat keywords so Flickr publish will get them via brid.gy
Peter Molnar hello@petermolnar.eu
Mon, 29 Apr 2019 09:34:00 +0100
1 files changed,
6 insertions(+),
0 deletions(-)
jump to
M
templates/Singular.j2.html
→
templates/Singular.j2.html
@@ -90,6 +90,12 @@ <time datetime="{{ post.datePublished }}" class="dt-published published">{{ post.datePublished|printdate }}</time>
<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 />