diff options
Diffstat (limited to 'design/templates/details/src_entry.html')
-rw-r--r-- | design/templates/details/src_entry.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/design/templates/details/src_entry.html b/design/templates/details/src_entry.html index 3d64cf0..e27133a 100644 --- a/design/templates/details/src_entry.html +++ b/design/templates/details/src_entry.html @@ -9,7 +9,10 @@ {%block extrahead%} <link rel="stylesheet" href="/media/src/solarized.css" type="text/css" media="screen"/> {%endblock%} -{% 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="/src/"><code>src</code></a></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%}"> |