diff --git a/exampleSite/content/post/rich-content.md b/exampleSite/content/post/rich-content.md
index 5ff41d7..407c539 100644
--- a/exampleSite/content/post/rich-content.md
+++ b/exampleSite/content/post/rich-content.md
@@ -13,14 +13,6 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
---
-## Instagram Simple Shortcode
-
-{{< instagram_simple BGvuInzyFAe hidecaption >}}
-
-
-
----
-
## YouTube Privacy Enhanced Shortcode
{{< youtube ZJthWmvUzzc >}}
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 0f9d50f..412dd3d 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -15,8 +15,10 @@
href="{{ .Site.BaseURL }}index.xml"
title="{{ .Site.Title }}"
/>
-{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}
+{{ if isset .Site.Taxonomies "series" }}
+ {{ template "_internal/opengraph.html" . }}
+{{ end }}
{{ range .Site.Params.customCSS }}