From 45c8d59c1d052ee3a6ce5149d6e342758a7d0946 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Sat, 26 Nov 2022 00:10:58 -0500 Subject: Update regular pages to have proper background --- makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index ae82e46..6c10813 100644 --- a/makefile +++ b/makefile @@ -29,6 +29,8 @@ $(HTML_DIR)/%.html: $(PAGE_DIR)/%.md pandoc -s --template=./templates/main.html \ $< \ --highlight-style=pygments \ + -M main_class="html-main-page" \ + -M main_container="main-container-page" \ -o $@ $(HTML_DIR)/index.html: $(HTML_DOCS) $(PAGE_FILES) -- cgit v1.2.3