diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-10-20 02:11:45 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-10-20 02:11:45 +0200 |
commit | 9f0a87e37709602da6c817840e4aadc4d506c331 (patch) | |
tree | 240a0b8b20efa20c33203c7de37789c76d8b5e21 | |
parent | 2af8d63dfcaf94435ec43bdf4b1b2c3c622a9b7f (diff) |
Dirty hack for subpages to load styling.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $< $@ |