From cbef1c249a6a66ffd7c9a7796a1002a48c14a9f2 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 25 May 2018 12:51:51 -0400 Subject: added 960 image generator for bird posts --- design/templates/lib/img_pic960.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 design/templates/lib/img_pic960.html diff --git a/design/templates/lib/img_pic960.html b/design/templates/lib/img_pic960.html new file mode 100644 index 0000000..04f098c --- /dev/null +++ b/design/templates/lib/img_pic960.html @@ -0,0 +1,9 @@ +{% load get_image_by_size %} +{% load get_image_width %} +{% if caption %} +
{%endif%} +{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%} +{% if caption %}
{{image.caption|safe}}
+
+{% endif %} -- cgit v1.2.3