projects
/
sommitrealweird.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Give better info for article path
[sommitrealweird.git]
/
templates
/
base.html
diff --git
a/templates/base.html
b/templates/base.html
index ebd630e66a246742a0fe55fc150150293aa26ba1..ee565e117bc45884d7d802a130bce276e1ed4e5c 100644
(file)
--- 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 %}
{% 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>
</ul>
{% endblock %}
</div>