diff options
author | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-08-26 17:36:31 +0530 |
---|---|---|
committer | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-08-26 17:36:31 +0530 |
commit | ff8d57304479fff84342ba8c1f78c85f8612ccad (patch) | |
tree | 46b10af648e9d2e09f53c2706c91b7b8ae27cea9 /blogit | |
parent | ba3ba4b711a09b1fa63c719f1700000971e35850 (diff) |
testing2
Diffstat (limited to 'blogit')
-rwxr-xr-x | blogit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ blog/@%.html: $(TAGFILES) $(addprefix templates/,$(addsuffix .html,header tag_in blog/%.html: $(BLOG_SRC)/%.md $(addprefix templates/,$(addsuffix .html,header article_header article_footer footer)) mkdir -p blog - TITLE=" $(BLOG_TITLE) - $(shell head -n1 $<)"; \ + TITLE="$(shell head -n1 $<)"; \ export TITLE; \ AUTHOR="$(shell git log -n 1 --reverse --format="%an" -- "$<")"; \ export AUTHOR; \ |