From d856c88f5c28c787e05ebb73a2c42679270b28e1 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Fri, 12 Mar 2021 20:08:04 +0100 Subject: [PATCH] corrected makefile for hakyll --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8908f79..7622173 100644 --- a/Makefile +++ b/Makefile @@ -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 $^ >> $@ -- GitLab