From 70c33511d1de43f1a85c0594f84cbf5e6b54c457 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 20 Mar 2021 12:38:55 -0400 Subject: [PATCH] "Recipe" in title for soych engine optimization --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 986aca3..0f7a9d7 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; \