Skip to content

Commit

Permalink
Merge pull request mszep#55 from emattiza/iss53-title-metadata-filename
Browse files Browse the repository at this point in the history
amended makefile to include metadata element of pagetitle on resume html
  • Loading branch information
mszep authored Apr 12, 2019
2 parents 6f98bd8 + c1fe603 commit b8d0a8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8d0a8d

Please sign in to comment.