From 021dfd45a1f666100995a836d23002960ac13e9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Wed, 30 Mar 2022 01:00:57 +0300
Subject: Spaghetti Bolognese and other changes.

Now the main photo of each recipe is just `recipe.jpg` so that it easier
to access it programatically.
Also added OGP meta tags for pretty previews in Telegram and other apps.
---
 content/food/2020-08-02_navy-style-pasta/index.es.md   |   2 +-
 content/food/2020-08-02_navy-style-pasta/index.md      |   2 +-
 content/food/2020-08-02_navy-style-pasta/index.ru.md   |   2 +-
 .../2020-08-02_navy-style-pasta/pasta-navy-style.jpg   | Bin 238791 -> 0 bytes
 content/food/2020-08-02_navy-style-pasta/recipe.jpg    | Bin 0 -> 238791 bytes
 5 files changed, 3 insertions(+), 3 deletions(-)
 delete mode 100644 content/food/2020-08-02_navy-style-pasta/pasta-navy-style.jpg
 create mode 100644 content/food/2020-08-02_navy-style-pasta/recipe.jpg

(limited to 'content/food/2020-08-02_navy-style-pasta')

diff --git a/content/food/2020-08-02_navy-style-pasta/index.es.md b/content/food/2020-08-02_navy-style-pasta/index.es.md
index d659d3d..3b168cc 100644
--- a/content/food/2020-08-02_navy-style-pasta/index.es.md
+++ b/content/food/2020-08-02_navy-style-pasta/index.es.md
@@ -4,7 +4,7 @@ date = 2020-08-02T20:20:44Z
 updated = 2021-04-17T00:04:26Z
 +++
 
-![Pasta a la Naval](pasta-navy-style.jpg)
+![Pasta a la Naval](recipe.jpg)
 
 Esta es una de las recetas de pasta que por lo general suelo cocinar, una de las
 cuales ya he publicado con anterioridad 
diff --git a/content/food/2020-08-02_navy-style-pasta/index.md b/content/food/2020-08-02_navy-style-pasta/index.md
index d5d879d..854453c 100644
--- a/content/food/2020-08-02_navy-style-pasta/index.md
+++ b/content/food/2020-08-02_navy-style-pasta/index.md
@@ -3,7 +3,7 @@ title = "Pasta Navy Style"
 date = 2020-08-02T20:20:44Z
 +++
 
-![Pasta Navy Style](pasta-navy-style.jpg)
+![Pasta Navy Style](recipe.jpg)
 
 This is one of the three pasta dishes that I usually cook, one of which I have
 posted before [here](https://www.yaroslavps.com/food/spaghetti-alla-carbonara/).
diff --git a/content/food/2020-08-02_navy-style-pasta/index.ru.md b/content/food/2020-08-02_navy-style-pasta/index.ru.md
index f4c1762..a9cb3ac 100644
--- a/content/food/2020-08-02_navy-style-pasta/index.ru.md
+++ b/content/food/2020-08-02_navy-style-pasta/index.ru.md
@@ -4,7 +4,7 @@ date = 2020-08-02T20:20:44Z
 updated = 2021-04-17T00:26:38Z
 +++
 
-![Макароны по-флотски](pasta-navy-style.jpg)
+![Макароны по-флотски](recipe.jpg)
 
 Это один из трёх рецептов пасты, которые я обычно готовлю для себя, один из
 которых я опубликовал
diff --git a/content/food/2020-08-02_navy-style-pasta/pasta-navy-style.jpg b/content/food/2020-08-02_navy-style-pasta/pasta-navy-style.jpg
deleted file mode 100644
index ff92a14..0000000
Binary files a/content/food/2020-08-02_navy-style-pasta/pasta-navy-style.jpg and /dev/null differ
diff --git a/content/food/2020-08-02_navy-style-pasta/recipe.jpg b/content/food/2020-08-02_navy-style-pasta/recipe.jpg
new file mode 100644
index 0000000..ff92a14
Binary files /dev/null and b/content/food/2020-08-02_navy-style-pasta/recipe.jpg differ
-- 
cgit v1.2.3