From 9f0a87e37709602da6c817840e4aadc4d506c331 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 20 Oct 2015 02:11:45 +0200 Subject: Dirty hack for subpages to load styling. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 831c81d..99993cc 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ $(hypertext-snippets): %.html: %.mdwn Makefile %.html %/index.html: %.mdwn $(hypertext-snippets) Makefile $(if $(filter-out ./,$(dir $@)),mkdir -p $(dir $@)) - pandoc -s -c style.css -B topbar.html -A footer.html -f markdown -t html -o $@ $< + pandoc -s -c /style.css -B topbar.html -A footer.html -f markdown -t html -o $@ $< %.css : %.scss Makefile scss --compass --style compressed $< $@ -- cgit v1.2.3