From ceb898747ad287e83fe18f81a955c186b7abac8e Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Tue, 4 Feb 2025 06:53:26 -0600 Subject: Fixing templates + aliases --- templates/default.html | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'templates/default.html') diff --git a/templates/default.html b/templates/default.html index 124a2f2..4aeffd6 100644 --- a/templates/default.html +++ b/templates/default.html @@ -2,11 +2,7 @@ $title$ - $if(author)$ - - $else$ - - $endif$ + @@ -17,7 +13,10 @@ $endif$ $if(math)$ - $partial("templates/math.html")$ + + + + $endif$ @@ -34,7 +33,15 @@
- $partial("templates/nav.html")$ +
-- cgit v1.2.3