summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/lttr/templates/lttr/range_list.html1
-rw-r--r--app/posts/templates/posts/guide_by_topic.html10
2 files changed, 4 insertions, 7 deletions
diff --git a/app/lttr/templates/lttr/range_list.html b/app/lttr/templates/lttr/range_list.html
index f557fa1..cb8d264 100644
--- a/app/lttr/templates/lttr/range_list.html
+++ b/app/lttr/templates/lttr/range_list.html
@@ -16,6 +16,7 @@
<div class="archive-intro">
<h1 class="list-hed">Range</h1>
<h2 class="list-subhed">A weekly photo, developed.</h2>
+ <p>Please joins us by dropping your email in the form below: </p>
<iframe target='_parent' style="border:none; background:white; width:100%;" title="embedded form for subscribing the the Friends of a Long Year newsletter" src="{% url 'lttr:subscribe' slug='range' %}"></iframe>
<p><em>Range</em> is a weekly mailing of a single photograph. </p>
<p>If you're interested there is also a link to a video of the RAW image processing in <a href="https://www.darktable.org/">darktable</a>, and sometimes a few words about the process. But the primary purpose is to deliver a single photo to your inbox. Simple and fun.</p>
diff --git a/app/posts/templates/posts/guide_by_topic.html b/app/posts/templates/posts/guide_by_topic.html
index 1cafaa1..b46d5eb 100644
--- a/app/posts/templates/posts/guide_by_topic.html
+++ b/app/posts/templates/posts/guide_by_topic.html
@@ -3,13 +3,9 @@
{% load html5_datetime %}
{% load pagination_tags %}
{% block pagetitle %}Guides, tutorials, tips, and tricks to improve your {{topic}}.{% endblock %}
-{% block metadescription %}Guides for fellow travelers: tools, tips, and tricks to make life on the road in an RV or Van easier and more enjoyable.{% endblock %}
-
-{% block primary %}<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
- <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> &rarr; </li>
- <li><a href="/guides/" title="luxagraf guides" itemprop="url"><span itemprop="title">Guides</span></a> &rarr; </li>
- <li itemprop="title">{{topic}}</li>
- </ul>
+{% block metadescription %}{{topic.meta_description}}{% endblock %}
+{% block breadcrumbs %}{% include "lib/breadcrumbs.html" with breadcrumbs=breadcrumbs %}{% endblock %}
+{% block primary %}
<main role="main" class="archive-wrapper">
<div class="archive-intro">
<h2 class="archive-hed">{{topic}} Guides</h2>