mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-02-17 09:45:16 +00:00
"Recipe" in title for soych engine optimization
This commit is contained in:
parent
e19d410fbb
commit
70c33511d1
2
Makefile
2
Makefile
@ -137,7 +137,7 @@ blog/%.html: $(BLOG_SRC)/%.md $(addprefix templates/,$(addsuffix .html,header ar
|
||||
mkdir -p blog
|
||||
TITLE="$(shell head -n1 $< | sed 's/^# \+//')"; \
|
||||
export TITLE; \
|
||||
PAGE_TITLE="$${TITLE} — $(BLOG_TITLE)"; \
|
||||
PAGE_TITLE="$${TITLE} Recipe — $(BLOG_TITLE)"; \
|
||||
export PAGE_TITLE; \
|
||||
AUTHOR="$(shell git log --format="%an" -- "$<" | tail -n 1)"; \
|
||||
export AUTHOR; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user