From 7f3ed2c08f79ec5ffe425747adabdac45fa4b8d3 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Thu, 3 Jan 2019 22:46:29 -0500 Subject: Began work on glass site --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') 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/ -- cgit v1.2.3