From 1fff6354261bd3819abf379c2de8bf6931f7af4f Mon Sep 17 00:00:00 2001 From: Dmitry Kolosov Date: Thu, 23 Jan 2020 23:29:36 +0300 Subject: [PATCH] Fix #10: add og tags internal template --- README.md | 2 ++ layouts/partials/head.html | 12 +----------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c6f70ab..bb54244 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ menu: params: description: "" + images: + - images/og-featured.png ``` ### Check your site diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 49d96c1..aff0b96 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -14,17 +14,7 @@ - - - - - - - - - - - +{{ template "_internal/opengraph.html" . }}