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à --- stylesheets/partials/minima/_layout.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'stylesheets/partials/minima') diff --git a/stylesheets/partials/minima/_layout.scss b/stylesheets/partials/minima/_layout.scss index dcfa539..654cbd9 100644 --- a/stylesheets/partials/minima/_layout.scss +++ b/stylesheets/partials/minima/_layout.scss @@ -91,6 +91,7 @@ input:checked ~ .trigger { display: block; padding-bottom: 5px; + padding-right: 10px; } .page-link { -- cgit v1.2.3