diff options
author | luxagraf <sng@luxagraf> | 2021-01-30 19:44:04 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-01-30 19:44:04 -0500 |
commit | 4f15cf6cee39a0d9f24ea3373d79e13fc4bc3fac (patch) | |
tree | a83efe74aef29ae8c3a07a916bc13ec0b6a50cb2 /app/posts/templates | |
parent | 9d72bfd769b477a2cddc1f430ffded60d7c906cc (diff) |
misc: wrapping up some odds and ends
Diffstat (limited to 'app/posts/templates')
-rw-r--r-- | app/posts/templates/posts/guide_by_topic.html | 10 |
1 files changed, 3 insertions, 7 deletions
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> → </li> - <li><a href="/guides/" title="luxagraf guides" itemprop="url"><span itemprop="title">Guides</span></a> → </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> |