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 %}