projects
/
sommitrealweird.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tweak to dl layout
[sommitrealweird.git]
/
templates
/
base.html
diff --git
a/templates/base.html
b/templates/base.html
index 430b8c669211e4619b2d480ee3b289df9f4b5bd0..ee565e117bc45884d7d802a130bce276e1ed4e5c 100644
(file)
--- a/
templates/base.html
+++ b/
templates/base.html
@@
-18,7
+18,7
@@
{% for item in content_menu %}
<li><a href="{{ item.url }}">{{ item.title }}</a></li>
{% endfor %}
- <li>
Photos
</li>
+ <li>
<a href="/photo/">Photos</a>
</li>
<li><a href="/blog/">Blog</a></li>
</ul>
{% endblock %}