From 1274988c5fed1d8f23b244fba7408d6883d138cf Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 15 Mar 2019 21:57:12 -0600 Subject: added related items complete with template and styles --- design/templates/archives/homepage-light.html | 2 +- design/templates/base.html | 4 ++-- design/templates/jrnl/entry_detail.html | 26 ++++++++++++++++++++++++++ design/templates/lib/img_archive.html | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) (limited to 'design/templates') diff --git a/design/templates/archives/homepage-light.html b/design/templates/archives/homepage-light.html index 1964795..1021885 100644 --- a/design/templates/archives/homepage-light.html +++ b/design/templates/archives/homepage-light.html @@ -2,7 +2,7 @@ {% load typogrify_tags %} {% block sitename %} - Luxagraf + Luxagraf: thoughts on ecology, culture, travel, photography, walking and other ephemera {%endblock%} {%block extrahead%} diff --git a/design/templates/base.html b/design/templates/base.html index 495a496..bf78846 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -14,7 +14,7 @@ title="Luxagraf RSS feed" href="https://luxagraf.net/rss/"> {%block stylesheet%}{%endblock%} @@ -44,7 +44,7 @@ {% block primary %}{% endblock %} {% block extrabody %}{% endblock %}