summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2018-09-15 13:50:41 -0400
committer53hornet <53hornet@gmail.com>2018-09-15 13:50:41 -0400
commit439aa7ebacd5ec9b69bf1aa5182f82e7e018740e (patch)
tree200227481efe7c029efc80337c5202175b936717 /makefile
parentd167f3dffa076b0440f934dec8aa571e34d35fc0 (diff)
downloadmd-site-439aa7ebacd5ec9b69bf1aa5182f82e7e018740e.tar.xz
md-site-439aa7ebacd5ec9b69bf1aa5182f82e7e018740e.zip
Reverted css.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 0a3af0b..8ca11b5 100644
--- a/makefile
+++ b/makefile
@@ -57,7 +57,7 @@ wedding: $(WED_OUT)
html/wedding/%.html: md/wedding/%.md md/wedding/nav.html
@echo "wedding: $< -> $@"
@mkdir -p "$(@D)"
- @pandoc "$<" -f markdown -t html5 -s -B md/wedding/nav.html -c /styles.css -o "$@"
+ @pandoc "$<" -f markdown -t html5 -s -H md/wedding/bg.html -B md/wedding/nav.html -c /styles.css -o "$@"
clean:
@rm -rf html/