From 069b324163f2319d724afaf083d02e1e7a345498 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sun, 13 Mar 2022 17:46:25 +0000
Subject: [PATCH] Merge pull request #327 from alexanderdavide/feature/set-open-graph-without-requiring-series-taxonomy

---
 layouts/partials/head.html |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 5fc89cb..3a06708 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -231,15 +231,7 @@
 
 
   <!-- Open Graph -->
-  {{- if isset .Site.Taxonomies "series" }}
-    {{- if not (eq (len .Site.Taxonomies.series) 0) -}}
-      {{ template "_internal/opengraph.html" . }}
-
-
-    {{- end -}}
-
-
-  {{- end }}
+  {{ template "_internal/opengraph.html" . }}
 
 
   <!-- Schema.org-->

--
Gitblit v1.10.0