Skip to content

Commit

Permalink
Update head.html
Browse files Browse the repository at this point in the history
remove {{- template "_internal/opengraph.html" . -}}
  • Loading branch information
rzy0901 committed Mar 17, 2024
1 parent 2d9dce9 commit 8b1a511
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions themes/even/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@
<link rel="stylesheet" href = "/css/font-awesome-4.7.0/css/font-awesome.css"></link>
<link disabled id="dark-mode-theme" rel="stylesheet" href="/css/dark.css"></link>

{{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}}
{{/* 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/google_news.html" . -}}
{{- template "_internal/schema.html" . -}}
{{- template "_internal/twitter_cards.html" . -}}

Expand Down

0 comments on commit 8b1a511

Please sign in to comment.