X-Git-Url: https://git.danieliu.xyz/?p=pinopress.git;a=blobdiff_plain;f=pinopress;fp=pinopress;h=3623b2f65d0921eacf2586a169bb608c8434633b;hp=34695863d38092d171eb2893c59ce5f3297c75bb;hb=394bc43d24de087865fa4eed1920411c1a6d7ebd;hpb=00a2c5274946042785d6425a61281efa07da7e48 diff --git a/pinopress b/pinopress index 3469586..3623b2f 100755 --- a/pinopress +++ b/pinopress @@ -69,6 +69,7 @@ $(BUILD_DIR)/$(ARTICLE_PATH)/%.html: $(SRC_DIR)/%.md echo "parsing $<" $(export_common) $(call export_article,"$<") + . ./$(MODULE_DIR)/md-header "$<" cat $(TEMPLATE_DIR)/head.template.html > "$@" # module pipeline starts here ./$(MODULE_DIR)/md "$^" >> "$@"