diff options
author | 53hornet <53hornet@gmail.com> | 2018-09-08 09:36:02 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2018-09-08 09:36:02 -0400 |
commit | 97cc5332d3ecdd31bf09f9742e25aca6e4b1e728 (patch) | |
tree | 236a4ec07e28d2fd7712e7ed135de1a28e2d68f6 /makefile | |
parent | 7b3d4f4a18f0269ee626a1fe555cacf0966bb4d9 (diff) | |
download | md-site-97cc5332d3ecdd31bf09f9742e25aca6e4b1e728.tar.xz md-site-97cc5332d3ecdd31bf09f9742e25aca6e4b1e728.zip |
Prettified wedding website.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/background.html -B md/wedding/nav.html -c /styles.css -o "$@" clean: @rm -rf html/ |