X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/23038a1b9fab906d029198fdbf02665b551c52a9..9dc8ed0fee004a621b40da4e138f7ee2907b0715:/templates/base.html?ds=sidebyside

diff --git a/templates/base.html b/templates/base.html
index ebd630e..ee565e1 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -18,8 +18,8 @@
                         {% 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>