homepage content purge

This commit is contained in:
2025-05-09 15:49:17 -05:00
parent f437dd4271
commit 850e27a8e2
2 changed files with 6 additions and 5 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{% block content %} {% macro nameplate() %}
<div>
<h1 id="homeName" class="textGrad">Andrew's Really Cool Website</h1>
<h1 id="homeName" class="textGrad">Andrew's Definitely Active Website</h1>
<h2 class="textGrad">Here's a wizard on the moon:</h2>
<div class="flex vertOnMobile">
<div>
@@ -50,7 +50,7 @@
skills(var['skillList']) }}
</div>
</div>
<br />
{# <br />
<div class="flex">
<div class="pointer selfcenter" onClick="goto('duck')">
<img
@@ -66,7 +66,7 @@
class="smallImg"
/>
</div>
</div>
</div> #}
<br />
<div id="aboutCards" class="flex">
<div class="chess">
@@ -75,8 +75,8 @@
</div>
<br />
<div>
{% from 'partials/bookshelf.html' import bookshelf %} {{
bookshelf(var.books) }}
{# {% from 'partials/bookshelf.html' import bookshelf %} {{
bookshelf(var.books) }} #}
</div>
<br />
<div>