From 850e27a8e25ecd6d5e13d675710e4cfcfc9c5876 Mon Sep 17 00:00:00 2001 From: asimonson1125 Date: Fri, 9 May 2025 15:49:17 -0500 Subject: [PATCH] homepage content purge --- src/app.py | 1 + src/templates/home.html | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) 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) }} #}