diff options
| author | aditya <bluenerd@protonmail.com> | 2023-06-08 20:56:03 +0530 | 
|---|---|---|
| committer | aditya <bluenerd@protonmail.com> | 2023-06-08 20:56:03 +0530 | 
| commit | fe503478fb79d7f46880d4410955ea194a1b4e36 (patch) | |
| tree | 44e8797b3fdd1627941d8a74917598b943b4ca13 /layouts | |
| parent | 4ace1e67e8a0781add97ec7acc8696f619a16b11 (diff) | |
remove internal templates
Diffstat (limited to 'layouts')
| -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> | 
