diff options
author | luxagraf <sng@luxagraf.net> | 2015-11-01 21:35:29 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2015-11-01 21:35:29 -0500 |
commit | 535038e99462cf3738e48871ff69b0192ec62572 (patch) | |
tree | b313f9a7a798cf53f124fcee6a71d476e55ee7ec /design/templates/details/figments.html | |
parent | 47ab118686d3216598b57188a67c81f9cf169c50 (diff) |
finished up rough draft of figments section
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%}"> |