Skip to content

Commit 9ec878f

Browse files
committed
Add space between day and month
1 parent cece745 commit 9ec878f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pdf:
1515
mkdir -p "$(OUTPUT_DIR)"
1616
pandoc "$(INPUT_FILE)" \
1717
--pdf-engine=xelatex \
18-
-M date="`date "+%B%e, %Y"`" \
18+
-M date="`date "+%B %e, %Y"`" \
1919
-o "$(OUTPUT_FILE)"
2020

2121
.PHONY: all

0 commit comments

Comments
 (0)