all repos — nasg @ 9d42d248120f8c314dfbd019f118f946051d6f7d

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
commit

9d42d248120f8c314dfbd019f118f946051d6f7d

parent

8505789e1a7d64d01f7aa032a9573447af0e0504

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M templates/Singular.j2.htmltemplates/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 />