From 420e822c8f52370bc063c8ab9df417a9a3d211bf Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 20 Oct 2019 20:44:43 +0200 Subject: Added meta tags into the default layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also includes a small Jekyll plugin that automatically guesses the OG image to be used depending on the availability of a thumbnail image. Signed-off-by: Miquel Sabaté Solà --- images/default.png | Bin 0 -> 9980 bytes images/empty.png | Bin 0 -> 1627 bytes images/posts/la-recollida-porta-a-porta.png | Bin 0 -> 55650 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 images/default.png create mode 100644 images/empty.png create mode 100644 images/posts/la-recollida-porta-a-porta.png (limited to 'images') diff --git a/images/default.png b/images/default.png new file mode 100644 index 0000000..8a85866 Binary files /dev/null and b/images/default.png differ diff --git a/images/empty.png b/images/empty.png new file mode 100644 index 0000000..bc21f1c Binary files /dev/null and b/images/empty.png differ diff --git a/images/posts/la-recollida-porta-a-porta.png b/images/posts/la-recollida-porta-a-porta.png new file mode 100644 index 0000000..06371da Binary files /dev/null and b/images/posts/la-recollida-porta-a-porta.png differ -- cgit v1.2.3