diff options
Diffstat (limited to 'app/posts')
-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> |