diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2022-11-26 00:10:58 -0500 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2022-11-26 00:10:58 -0500 |
commit | 45c8d59c1d052ee3a6ce5149d6e342758a7d0946 (patch) | |
tree | 064645dea6dc1aeaee56f82acf57633d9069fcd8 /makefile | |
parent | 485d6a8e3d7a16a128ec945ecb401d419e741f81 (diff) |
Update regular pages to have proper background
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |