summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-11-05 13:55:14 +0100
committerGravatar Tom Willemsen2011-11-05 13:55:14 +0100
commit1766db73d97fe0b4e806bfc8e9e68d7400b4c935 (patch)
tree3e0d6e3ab41753736ad0260acb90197f3a41855d /templates
parent39f711d813c0300ca523d2726e5fd34496d0df08 (diff)
downloaddotfiles-1766db73d97fe0b4e806bfc8e9e68d7400b4c935.tar.gz
dotfiles-1766db73d97fe0b4e806bfc8e9e68d7400b4c935.zip
Remove projects, is being handled by html_pages now
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 01ec076..3c15623 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -24,7 +24,7 @@
</div>
<a href="/">home</a><br />
<a href="/blog/">blog</a><br />
- <a href="/projects/">projects</a><br />
+ <a href="/Projects/">projects</a><br />
</div>
{% block submenu %}{% endblock %}