From 5db65c2b76facb72ae61deeb2de6bbcfd1406557 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 16 Nov 2021 15:08:37 -0500 Subject: [PATCH] favicon --- config.toml | 1 + templates/base.html | 5 +++-- templates/page.html | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 6b2ae4c..37a596f 100644 --- a/config.toml +++ b/config.toml @@ -21,3 +21,4 @@ twitter = "ewpratten" github = "ewpratten" qrz = "va3zza" linkedin = "ewpratten" +profile_photo = "https://avatars.githubusercontent.com/u/21065412" \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 53e04e0..6a3c535 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,6 +17,7 @@ + {% if current_url %} {% endif %} @@ -38,7 +39,7 @@ - + {% endblock head %} @@ -50,7 +51,7 @@ {% block profile %}
- Headshot + Headshot

{{config.extra.name}}

diff --git a/templates/page.html b/templates/page.html index 5c9c7c7..44d327d 100644 --- a/templates/page.html +++ b/templates/page.html @@ -32,7 +32,7 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], displayMat {% block profile %}
- Headshot + Headshot

{{config.extra.name}}