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