mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-12-19 17:12:20 +00:00
"Recipe" in title for soych engine optimization
This commit is contained in:
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; \
|
||||
|
||||
Reference in New Issue
Block a user