Skip to content
Snippets Groups Projects
Verified Commit d856c88f authored by orestis.malaspin's avatar orestis.malaspin
Browse files

corrected makefile for hakyll

parent 1311f5ab
No related branches found
No related tags found
No related merge requests found
Pipeline #13047 passed
......@@ -52,7 +52,7 @@ hakyll_gen: $(MARKDOWN)
$(MARKDOWN): %.markdown: 00_macros.md %.md 10_footer.md
$(file >$@,---)
$(file >>$@,\date: $(shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- $(word 2,$^) | head -n 1))
$(file >>$@,date: $(shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- $(word 2,$^) | head -n 1))
$(file >>$@,mathjax: on)
$(file >>$@,---)
cat $^ >> $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment