From 62bbc3487f0a664e652b57f0c516120c987ffbf0 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 16 Nov 2021 12:04:40 -0500 Subject: [PATCH] Stick my name on things --- templates/page.html | 2 +- templates/section.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/page.html b/templates/page.html index d29a3d6..5c9c7c7 100644 --- a/templates/page.html +++ b/templates/page.html @@ -17,7 +17,7 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], displayMat {% endif %} - + {% if page.description %} diff --git a/templates/section.html b/templates/section.html index 28b59cb..a35cfea 100644 --- a/templates/section.html +++ b/templates/section.html @@ -5,7 +5,7 @@ {% block head %} {{ super() }} - + {% if section.description %}