From 9d42d248120f8c314dfbd019f118f946051d6f7d Mon Sep 17 00:00:00 2001 From: Peter Molnar Date: Mon, 29 Apr 2019 09:34:00 +0100 Subject: [PATCH] re-adding microformat keywords so Flickr publish will get them via brid.gy --- templates/Singular.j2.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/Singular.j2.html b/templates/Singular.j2.html index a34d1a4..1eb2492 100644 --- a/templates/Singular.j2.html +++ b/templates/Singular.j2.html @@ -90,6 +90,12 @@
{{ post.url }} + {% if post.keywords|length > 0 %} +
+ {% for keyword in post.keywords %} + #{{ keyword }}{% if not loop.last %} {% endif %} + {% endfor %} + {% endif %}