From fe898af4a63039f9e3b2a43079742f648be3e88a Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sat, 21 Aug 2021 14:18:57 -0400 Subject: [PATCH] More web linking --- templates/base.html | 21 ++++++++++++++++++--- templates/index.html | 18 ------------------ templates/section.html | 20 -------------------- 3 files changed, 18 insertions(+), 41 deletions(-) diff --git a/templates/base.html b/templates/base.html index 626b3f7..b303725 100644 --- a/templates/base.html +++ b/templates/base.html @@ -25,12 +25,27 @@ - {# For IndieLogin #} - -
{% block profile %} +
+
+ Headshot +
+
+

{{config.extra.name}}

+

+ {{config.extra.profession}} +


+ + {{config.extra.email}}
+ + {{config.extra.github}}
+ + {{config.extra.qrz}} +

+
+
{% endblock profile %}