Mercurial > public > sg101
diff gpp/templates/base.html @ 19:aa2b41c5212b
First steps at scratching out a home page. Will need to develop some template tags now to fill it out.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 19 Apr 2009 20:10:00 +0000 |
parents | f408971657b9 |
children | 48b221d304c6 |
line wrap: on
line diff
--- a/gpp/templates/base.html Sun Apr 19 18:36:26 2009 +0000 +++ b/gpp/templates/base.html Sun Apr 19 20:10:00 2009 +0000 @@ -48,7 +48,7 @@ <div id="content-secondary" class="span-4 append-1"> <ul class="nav-left"> - <li><a href="{% url news-index_page page=1 %}">Home</a></li> + <li><a href="{% url home %}">Home</a></li> <li><a href="{% url news-index_page page=1 %}">News</a></li> <li><a href="{% url gcalendar-index %}">Calendar</a></li> <li><a href="{% url contact-form %}">Contact</a></li> @@ -74,7 +74,11 @@ <div id="footer" class="span-24"> - <p>Website © 2008 by Brian Neal</p> + <p> + TODO: Should put links to various policies down here. Additional navigation could go here. + Add a colophon. + </p> + <p>SurfGuitar101.com © 2009 by Brian Neal</p> </div> {% if debug %}