From 18cdcf8ddb8cbdc5a7c1cc8d0eb1666d9eac6d7a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 21 Oct 2019 17:47:18 +0200 Subject: plugins: added the article Jekyll plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This plugin adds og:type related tags depending on whether the given page is a website or an article. Signed-off-by: Miquel Sabaté Solà --- _layouts/default.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index 4053b9b..5668661 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -43,7 +43,8 @@ {% endif %} - + + {% render_type_tags %} {% comment %}{% endcomment %} -- cgit v1.2.3