From c1fe603f3437c93629ad1f8225159dffad205e50 Mon Sep 17 00:00:00 2001 From: Evan Mattiza Date: Fri, 22 Mar 2019 14:00:39 -0500 Subject: [PATCH] amended makefile to include metadata element of pagetitle on resume object --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2182868e..b870d8aa 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,8 @@ html: init pandoc --standalone --include-in-header $(STYLES_DIR)/$(STYLE).css \ --lua-filter=pdc-links-target-blank.lua \ --from markdown --to html \ - --output $(OUT_DIR)/$$FILE_NAME.html $$f; \ + --output $(OUT_DIR)/$$FILE_NAME.html $$f \ + --metadata pagetitle=$$FILE_NAME;\ done docx: init