diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-03-20 12:38:55 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2021-03-20 12:38:55 -0400 |
commit | 70c33511d1de43f1a85c0594f84cbf5e6b54c457 (patch) | |
tree | d1a84a03f81452767fb05b69e18726ca2e7d77fe /Makefile | |
parent | e19d410fbbd2627b54aecfec44414f06d18f697e (diff) | |
download | based.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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |