Add an about page. Change the terms in the footer. Add colors to the icons for the contact options. Update the sitemap. Remove empty controllers.

This commit is contained in:
yackob03 2014-02-06 19:20:19 -05:00
parent 7d593b1078
commit bd47b9adf4
8 changed files with 137 additions and 27 deletions

View file

@ -88,6 +88,12 @@ def contact():
return index('')
@web.route('/about/')
@no_cache
def about():
return index('')
@web.route('/new/')
@no_cache
def new():