Browse Source

fix prefix for static pages

Oz N Tiram 9 years ago
parent
commit
75bfd9cf50
1 changed files with 3 additions and 3 deletions
  1. 3 3
      templates/base.html

+ 3 - 3
templates/base.html

@@ -40,9 +40,9 @@
 			<div class="navbar-collapse collapse sidebar-navbar-collapse">
 				{% block photo %}<div id="profile"><img src="{{ static_prefix }}media/img/me.png"></div>{% endblock %}
 				<a title="Home" href="/">home</a>
-				<a title="About" class="about" href="about.html">about</a>
-				<a title="Archive" class="archive" href="archive">archive</a>
-				<a title="Atom feeds" href="atom.xml">atom</a>
+				<a title="About" class="about" href="/about.html">about</a>
+				<a title="Archive" class="archive" href="/archive">archive</a>
+				<a title="Atom feeds" href="/atom.xml">atom</a>
 				<a title="Twitter" href="https://twitter.com/#!/OzNTiram">twitter</a>
 				<a title="Stackoverflow" href="http://stackoverflow.com/users/492620/oz123">stackoverflow</a>
 				<a title="Github" href="https://github.com/oz123">github</a>