diff options
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) |