diff options
Diffstat (limited to 'design/templates/details/figments.html')
-rw-r--r-- | design/templates/details/figments.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/design/templates/details/figments.html b/design/templates/details/figments.html index 1f8bfc7..46ac234 100644 --- a/design/templates/details/figments.html +++ b/design/templates/details/figments.html @@ -1,7 +1,11 @@ {% extends 'base.html' %} {% load typogrify_tags %} -{% block primary %} +{% 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="/figments/" title="Figments" itemprop="url"><span itemprop="title">Figments</span></a> → </li> + <li>{{object.title}}</li> + </ul> <main role="main"> <article class="h-entry hentry post--article{% with object.get_template_name_display as t %}{%if t == "double" or t == "double-dark" %} post--article--double{%endif%}{%endwith%}" itemscope itemType="http://schema.org/Article"> <header id="header" class="post--header {% with object.get_template_name_display as t %}{%if t == "double" or t == "double-dark" %}post--header--double{%endif%}{%endwith%}"> |