summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2019-01-03 22:46:29 -0500
committer53hornet <53hornet@gmail.com>2019-01-03 22:46:29 -0500
commit7f3ed2c08f79ec5ffe425747adabdac45fa4b8d3 (patch)
tree7827a8393dd9f6c0f7bd8ef7ef502873d2fe8ca3 /makefile
parentceee26d3b063dc19bbae8e9d6013d84dd9522287 (diff)
downloadmd-site-7f3ed2c08f79ec5ffe425747adabdac45fa4b8d3.tar.xz
md-site-7f3ed2c08f79ec5ffe425747adabdac45fa4b8d3.zip
Began work on glass site
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 642eb5f..d483992 100644
--- a/makefile
+++ b/makefile
@@ -76,7 +76,7 @@ theglassyladies.com: $(GLASSY_OUT)
html/theglassyladies.com/%.html: md/theglassyladies.com/%.md md/theglassyladies.com/nav.html
@echo "theglassyladies.com: $< -> $@"
@mkdir -p "$(@D)"
- @pandoc "$<" -f markdown -t html5 -s -B md/theglassyladies.com/nav.html -c /styles.css -o "$@"
+ @pandoc "$<" -f markdown -t html5 -s -H md/theglassyladies.com/favicon.html -B md/theglassyladies.com/nav.html -c /styles.css -o "$@"
clean:
@rm -rf html/