Parcourir la source

Merge pull request #55 from emattiza/iss53-title-metadata-filename

amended makefile to include metadata element of pagetitle on resume html
Mark Szepieniec il y a 6 ans
Parent
commit
b8d0a8d223
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      Makefile

+ 2 - 1
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