From 0ceee8ebd50c6691ec188dc2326b8b1f587a2796 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Thu, 11 Aug 2022 08:50:55 +0000 Subject: [PATCH] single: add opengraph tags, closes #1 --- layouts/_default/baseof.html | 2 ++ layouts/_default/single.html | 14 ++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index e439a7e..f10972f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -10,6 +10,8 @@ + {{ block "opengraph" . }} + {{ end }}