X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/ceeb0b43e6348db02089cd642bf4e7a54bc480ce..d987453434efe64f9333c1ec67dc2dfd003b4900:/templates/base.html diff --git a/templates/base.html b/templates/base.html index f76b66a..ee565e1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,13 +18,26 @@ {% for item in content_menu %} <li><a href="{{ item.url }}">{{ item.title }}</a></li> {% endfor %} - <li>Photos</li> - <li>Blog</li> + <li><a href="/photo/">Photos</a></li> + <li><a href="/blog/">Blog</a></li> </ul> {% endblock %} </div> </div> <div id="content"> + {% block breadcrumb %} + <div id="breadcrumb"> + <p> + {% for item in content_breadcrumb %} + {% if not forloop.last %} + <a href="{{ item.url }}">{{ item.title }}</a> > + {%else %} + {{ item.title }} + {% endif %} + {% endfor %} + </p> + </div> + {% endblock %} {% block submenu %} {% if content_submenu %} <div id="submenu">