From 2286e5a59b1003a0e84d56b306314174611dfd70 Mon Sep 17 00:00:00 2001 From: nodejh Date: Sun, 28 Feb 2021 19:04:31 +0800 Subject: [PATCH] fix: remove _internal templates --- layouts/partials/head.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 39bd9b9..1708753 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -21,7 +21,3 @@ {{ end }} {{ end }} -{{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/gohugoio/hugo/tree/master/tpl/tplimpl/embedded/templates */}} -{{- template "_internal/opengraph.html" . -}} -{{- template "_internal/schema.html" . -}} -{{- template "_internal/twitter_cards.html" . -}}