diff options
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r-- | layouts/partials/head.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 483339d..7e9bf6b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -73,13 +73,6 @@ {{ range .Site.Params.customCSS -}} <link rel="stylesheet" href="{{ "/css/" | relURL }}{{ . }}"> {{ end }} - -{{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}} -{{- template "_internal/opengraph.html" . -}} -{{- template "_internal/google_news.html" . -}} -{{- template "_internal/schema.html" . -}} -{{- template "_internal/twitter_cards.html" . -}} - <!-- Polyfill for old browsers --> {{ `<!--[if lte IE 9]> <script src="https://cdnjs.cloudflare.com/ajax/libs/classlist/1.1.20170427/classList.min.js"></script> |