diff --git a/Makefile b/Makefile index 357cbb2..f024b06 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ publish: $(TARGET) rsync $(TARGET) -vzc $(TARGET_REMOTE) $(TARGET): $(SRC) $(STYLE_MIN) - pandoc --self-contained -s -t html5 "$(SRC)" --css "$(STYLE_MIN)" -o "$@" + pandoc --embed-resources -s -t html5 "$(SRC)" --css "$(STYLE_MIN)" -o "$@" $(STYLE_MIN) : $(STYLE) minify "$(STYLE)" > "$(STYLE_MIN)"