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 | |
parent | 47ab118686d3216598b57188a67c81f9cf169c50 (diff) |
finished up rough draft of figments section
Diffstat (limited to 'design')
-rw-r--r-- | design/templates/base.html | 8 | ||||
-rw-r--r-- | design/templates/details/figments.html | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/design/templates/base.html b/design/templates/base.html index 47659d1..6ccd931 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -34,12 +34,12 @@ </header> <nav role="navigation" class="bl"> <ul> - <li id="stories"><a href="/jrnl/" title="What we've been up to lately">Journal</a></li> - <!--<li id="adventura"><a href="/adventures" title="Our past and current adventures">Adventures</a></li>--> - <li id="photos"><a href="/photos/" title="Photos from travels around the world">Photos</a></li> + <li id="laverdad"><a href="/jrnl/" title="What we've been up to lately">Journal</a></li> + <!--<li id="nota"><a href="/field-notes/" title="Our past and current adventures">Notes</a></li>--> + <li id="fotos"><a href="/photos/" title="Photos from travels around the world">Photos</a></li> <li id="maps"><a href="/map" title="Maps">Map</a></li> <li id="projects" ><a href="/projects/" title="Projects">Projects</a></li> - <li id="etc" class="last"><a href="/about" title="About Luxagraf">About Us</a></li> + <li id="etc" class="last"><a href="/about" title="About Luxagraf">About</a></li> </ul> </nav> </div> 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%}"> |