About Social Code
summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
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)