X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/ceeb0b43e6348db02089cd642bf4e7a54bc480ce..c939dde77d9b8e0e4256f0f16e99206f55908288:/templates/base.html

diff --git a/templates/base.html b/templates/base.html
index f76b66a..430b8c6 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -19,12 +19,25 @@
                         <li><a href="{{ item.url }}">{{ item.title }}</a></li>
                         {% endfor %}
                         <li>Photos</li>
-                        <li>Blog</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> &gt;
+                        {%else %}
+                        {{ item.title }}
+                        {% endif %}
+                    {% endfor %}
+                    </p>
+                </div>
+                {% endblock %}
                 {% block submenu %}
                     {% if content_submenu %}
                     <div id="submenu">