From cdc4c81c8b7bfcbb832105501bb0f5037e096be8 Mon Sep 17 00:00:00 2001 From: Spenser Truex Date: Tue, 20 Apr 2021 18:52:56 -0700 Subject: [PATCH] Replace em-dashes with -- for HTML purposes (#574) Some applications will mess up with these, and since they are also used in the , &em; won't work either. So -- is a good solution to this. Co-authored-by: Spenser Truex <truex@equwal.com> Co-authored-by: Luke Smith <luke@lukesmith.xyz> --- Makefile | 4 ++-- src/beef-goulash.md | 2 +- src/belgian-pear-syrup.md | 2 +- src/cheesy-meatballs.md | 2 +- src/cheesy-potatoe-bake.md | 2 +- src/country-skillet.md | 2 +- src/creamy-mashed-potatoes.md | 2 +- src/demi-glace.md | 2 +- src/guacamole.md | 2 +- src/merchants-buckwheat.md | 2 +- src/pan-seared-chicken.md | 2 +- src/parmesan-potatoes.md | 2 +- src/pasta-navy-style.md | 2 +- src/refried-beans.md | 2 +- src/sunday-milkshake.md | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index edaeace..a5e2c96 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ tagpages: $(TAGFILES) blog/@%.html: $(TAGFILES) $(addprefix templates/,$(addsuffix .html,header tag_index_header tag_list_header tag_entry tag_separator tag_list_footer article_list_header article_entry article_separator article_list_footer tag_index_footer footer)) mkdir -p blog - PAGE_TITLE="Articles tagged $* — $(BLOG_TITLE)"; \ + PAGE_TITLE="Articles tagged $* -- $(BLOG_TITLE)"; \ TAGS="$*"; \ TITLE="$(BLOG_TITLE)"; \ export PAGE_TITLE; \ @@ -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} Recipe — $(BLOG_TITLE)"; \ + PAGE_TITLE="$${TITLE} Recipe -- $(BLOG_TITLE)"; \ export PAGE_TITLE; \ AUTHOR="$(shell git log --format="%an" -- "$<" | tail -n 1)"; \ export AUTHOR; \ diff --git a/src/beef-goulash.md b/src/beef-goulash.md index d6cf838..c0a863c 100644 --- a/src/beef-goulash.md +++ b/src/beef-goulash.md @@ -50,7 +50,7 @@ Originally published at [https://www.yaroslavps.com/food/beef-goulash/](https:// ## Contribution -- Yaroslav de la Peña Smirnov — [website](https://www.yaroslavps.com/), +- Yaroslav de la Peña Smirnov -- [website](https://www.yaroslavps.com/), [other website](https://saucesource.cc/), [donate](https://www.yaroslavps.com/donate) diff --git a/src/belgian-pear-syrup.md b/src/belgian-pear-syrup.md index 1ed13f8..eaab594 100644 --- a/src/belgian-pear-syrup.md +++ b/src/belgian-pear-syrup.md @@ -9,7 +9,7 @@ A delicious syrup that can be eaten on bread and used in a multitude of recipes. - 7 pears (Quality doesn't matter; you can argue that overripe pears are better because they have more sugar content.) - 3 apples -- a small handful of dates, raisins, dried apricots or prunes (optional — you can experiment with these; they can bring out some nice flavors.) +- a small handful of dates, raisins, dried apricots or prunes (optional -- you can experiment with these; they can bring out some nice flavors.) - 150 grams sugar - 1 glass of water - find sieve or cheese cloth diff --git a/src/cheesy-meatballs.md b/src/cheesy-meatballs.md index 5ffa489..71edf60 100644 --- a/src/cheesy-meatballs.md +++ b/src/cheesy-meatballs.md @@ -55,7 +55,7 @@ Originally published at [https://www.yaroslavps.com/food/cheesy-meatballs/](http ## Contribution -- Yaroslav de la Peña Smirnov — [website](https://www.yaroslavps.com/), +- Yaroslav de la Peña Smirnov -- [website](https://www.yaroslavps.com/), [other website](https://saucesource.cc/), [donate](https://www.yaroslavps.com/donate) diff --git a/src/cheesy-potatoe-bake.md b/src/cheesy-potatoe-bake.md index 4326cf4..0daba76 100644 --- a/src/cheesy-potatoe-bake.md +++ b/src/cheesy-potatoe-bake.md @@ -43,6 +43,6 @@ Originally published at [https://www.taste.com.au/recipes/cheesy-potato-bake/974 ## Contribution -- Kyle Johnson and Sabina Mortensen — [website](https://www.kylecjohnson.site/) +- Kyle Johnson and Sabina Mortensen -- [website](https://www.kylecjohnson.site/) ;tags: american cheese baked potato diff --git a/src/country-skillet.md b/src/country-skillet.md index 37c6fe7..dbc98ef 100644 --- a/src/country-skillet.md +++ b/src/country-skillet.md @@ -62,7 +62,7 @@ Originally published at [https://www.yaroslavps.com/food/country-breakfast-skill ## Contribution -- Yaroslav de la Peña Smirnov — [website](https://www.yaroslavps.com/), +- Yaroslav de la Peña Smirnov -- [website](https://www.yaroslavps.com/), [other website](https://saucesource.cc/), [donate](https://www.yaroslavps.com/donate) diff --git a/src/creamy-mashed-potatoes.md b/src/creamy-mashed-potatoes.md index f3166ce..13166e0 100644 --- a/src/creamy-mashed-potatoes.md +++ b/src/creamy-mashed-potatoes.md @@ -49,7 +49,7 @@ Originally published at [https://www.yaroslavps.com/food/creamy-mashed-potatoes/ ## Contribution -- Yaroslav de la Peña Smirnov — [website](https://www.yaroslavps.com/), +- Yaroslav de la Peña Smirnov -- [website](https://www.yaroslavps.com/), [other website](https://saucesource.cc/), [donate](https://www.yaroslavps.com/donate) diff --git a/src/demi-glace.md b/src/demi-glace.md index e1f3551..9dc1431 100644 --- a/src/demi-glace.md +++ b/src/demi-glace.md @@ -2,7 +2,7 @@ This is a take on a traditional demi-glace without needing to buy an astronomically large amount of veal bones. Use this as your main base for pan sauces, an extra flavor bomb, or a replacement for recipes that call for broth or stock. -These are the basic proportions — multiply as needed. I typically multiply by six to give me several weeks worth of demi-glace ice cubes. +These are the basic proportions -- multiply as needed. I typically multiply by six to give me several weeks worth of demi-glace ice cubes. ## Ingredients diff --git a/src/guacamole.md b/src/guacamole.md index db1f413..9579db9 100644 --- a/src/guacamole.md +++ b/src/guacamole.md @@ -32,7 +32,7 @@ Originally published at [https://www.yaroslavps.com/food/fresh-guacamole/](https ## Contribution -- Yaroslav de la Peña Smirnov — [website](https://www.yaroslavps.com/), +- Yaroslav de la Peña Smirnov -- [website](https://www.yaroslavps.com/), [other website](https://saucesource.cc/), [donate](https://www.yaroslavps.com/donate) diff --git a/src/merchants-buckwheat.md b/src/merchants-buckwheat.md index 80fdec6..67acbb0 100644 --- a/src/merchants-buckwheat.md +++ b/src/merchants-buckwheat.md @@ -45,7 +45,7 @@ Originally published at [https://www.yaroslavps.com/food/merchants-buckwheat/](h ## Contribution -- Yaroslav de la Peña Smirnov — [website](https://www.yaroslavps.com/), +- Yaroslav de la Peña Smirnov -- [website](https://www.yaroslavps.com/), [other website](https://saucesource.cc/), [donate](https://www.yaroslavps.com/donate) diff --git a/src/pan-seared-chicken.md b/src/pan-seared-chicken.md index a72bd1b..eb9720b 100644 --- a/src/pan-seared-chicken.md +++ b/src/pan-seared-chicken.md @@ -35,7 +35,7 @@ Originally published at [https://www.yaroslavps.com/food/pan-seared-chicken-file ## Contribution -- Yaroslav de la Peña Smirnov — [website](https://www.yaroslavps.com/), +- Yaroslav de la Peña Smirnov -- [website](https://www.yaroslavps.com/), [other website](https://saucesource.cc/), [donate](https://www.yaroslavps.com/donate) diff --git a/src/parmesan-potatoes.md b/src/parmesan-potatoes.md index 725e552..a61799a 100644 --- a/src/parmesan-potatoes.md +++ b/src/parmesan-potatoes.md @@ -33,7 +33,7 @@ Originally published at [https://www.yaroslavps.com/food/parmesan-potatoes/](htt ## Contribution -- Yaroslav de la Peña Smirnov — [website](https://www.yaroslavps.com/), +- Yaroslav de la Peña Smirnov -- [website](https://www.yaroslavps.com/), [other website](https://saucesource.cc/), [donate](https://www.yaroslavps.com/donate) diff --git a/src/pasta-navy-style.md b/src/pasta-navy-style.md index a80d893..4231d6a 100644 --- a/src/pasta-navy-style.md +++ b/src/pasta-navy-style.md @@ -45,7 +45,7 @@ Originally published at [https://www.yaroslavps.com/food/navy-style-pasta/](http ## Contribution -- Yaroslav de la Peña Smirnov — [website](https://www.yaroslavps.com/), +- Yaroslav de la Peña Smirnov -- [website](https://www.yaroslavps.com/), [other website](https://saucesource.cc/), [donate](https://www.yaroslavps.com/donate) diff --git a/src/refried-beans.md b/src/refried-beans.md index 6eae044..80c6b40 100644 --- a/src/refried-beans.md +++ b/src/refried-beans.md @@ -38,7 +38,7 @@ Originally published at [https://www.yaroslavps.com/food/refried-beans/](https:/ ## Contribution -- Yaroslav de la Peña Smirnov — [website](https://www.yaroslavps.com/), +- Yaroslav de la Peña Smirnov -- [website](https://www.yaroslavps.com/), [other website](https://saucesource.cc/), [donate](https://www.yaroslavps.com/donate) diff --git a/src/sunday-milkshake.md b/src/sunday-milkshake.md index 7795154..7d995c6 100644 --- a/src/sunday-milkshake.md +++ b/src/sunday-milkshake.md @@ -34,7 +34,7 @@ Originally published at [https://www.yaroslavps.com/food/sunday-morning-milkshak ## Contribution -- Yaroslav de la Peña Smirnov — [website](https://www.yaroslavps.com/), +- Yaroslav de la Peña Smirnov -- [website](https://www.yaroslavps.com/), [other website](https://saucesource.cc/), [donate](https://www.yaroslavps.com/donate)