X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/23038a1b9fab906d029198fdbf02665b551c52a9..03f5c13570af88bcd6561648ad192131d8a3a65d:/templates/base.html?ds=inline 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>