summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-03-20 12:38:55 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-03-20 12:38:55 -0400
commit70c33511d1de43f1a85c0594f84cbf5e6b54c457 (patch)
treed1a84a03f81452767fb05b69e18726ca2e7d77fe /Makefile
parente19d410fbbd2627b54aecfec44414f06d18f697e (diff)
downloadbased.cooking-70c33511d1de43f1a85c0594f84cbf5e6b54c457.tar
based.cooking-70c33511d1de43f1a85c0594f84cbf5e6b54c457.tar.gz
based.cooking-70c33511d1de43f1a85c0594f84cbf5e6b54c457.tar.lz
based.cooking-70c33511d1de43f1a85c0594f84cbf5e6b54c457.tar.xz
based.cooking-70c33511d1de43f1a85c0594f84cbf5e6b54c457.zip
"Recipe" in title for soych engine optimization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 986aca329..0f7a9d724 100644
--- a/Makefile
+++ b/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; \