From 2f2e056adf3c68d74caa238f3a9f7b73f17f47ce Mon Sep 17 00:00:00 2001 From: Devin Becker Date: Tue, 17 Oct 2023 14:58:37 -0700 Subject: [PATCH] adjusting layout to better fit --- _layouts/essay.html | 40 ++++++++++++++++++---------------------- 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/_layouts/essay.html b/_layouts/essay.html index e855c2f..30f2eb7 100644 --- a/_layouts/essay.html +++ b/_layouts/essay.html @@ -2,34 +2,33 @@ # default "About" page layout layout: default --- - - - +{% include transcript/style/filter-style.html %} + - - +

{{page.title | capitalize}}

@@ -37,7 +36,4 @@

{{page.title | capitalize}}

{{ content }}
-{} - -{% if page.credits == true %}{% include cb/credits.html %}{% endif %}