diff --git a/config.toml b/config.toml index b7005fe..6b2ae4c 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ base_url = "https://va3zza.com" title = "Evan Pratten" -description = "Evan Pratten's website" +description = "Evan Pratten is a college student, amateur radio operator, software developer, and more. This is his website." default_language = "en" compile_sass = true build_search_index = true diff --git a/templates/index.html b/templates/index.html index 68464e2..de22ec9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,8 +5,8 @@ {% block head %} {{ super() }} - - + + {% endblock head %} diff --git a/templates/page.html b/templates/page.html index 6a62f84..d29a3d6 100644 --- a/templates/page.html +++ b/templates/page.html @@ -21,6 +21,10 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], displayMat {% if page.description %} + +{% else %} + + {% endif %} {% endblock head %} diff --git a/templates/section.html b/templates/section.html index 48eac07..28b59cb 100644 --- a/templates/section.html +++ b/templates/section.html @@ -6,6 +6,13 @@ {% block head %} {{ super() }} +{% if section.description %} + + +{% else %} + + +{% endif %} {% endblock head %} {% block content %}