diff --git a/src/app.py b/src/app.py index b472c52..5b81285 100755 --- a/src/app.py +++ b/src/app.py @@ -38,6 +38,7 @@ def funcGen(pagename, pages): return flask.render_template('header.html', var=pages[pagename]) except Exception: e = HTTPerror.InternalServerError() + print(e) return page404(e) return dynamicRule diff --git a/src/templates/home.html b/src/templates/home.html index c851955..0efda13 100755 --- a/src/templates/home.html +++ b/src/templates/home.html @@ -1,6 +1,6 @@ {% block content %} {% macro nameplate() %}
-

Andrew's Really Cool Website

+

Andrew's Definitely Active Website

Here's a wizard on the moon:

@@ -50,7 +50,7 @@ skills(var['skillList']) }}
-
+ {#
-
+
#}
@@ -75,8 +75,8 @@

- {% from 'partials/bookshelf.html' import bookshelf %} {{ - bookshelf(var.books) }} + {# {% from 'partials/bookshelf.html' import bookshelf %} {{ + bookshelf(var.books) }} #}