Fix build failure due to Hugo chaning _internal template behavior

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2025-04-14 22:34:45 +06:00
parent b79aee97d6
commit f01eee9220
No known key found for this signature in database
GPG key ID: 2A6971683A0EC7DC
11 changed files with 137 additions and 89 deletions

View file

@ -80,5 +80,5 @@
<!-- Keep backwards compatibility and consistency with HUGO defaults -->
{{ if .Site.Config.Services.GoogleAnalytics.ID }}
{{ template "_internal/google_analytics.html" . }}
{{ partial "google_analytics.html" . }}
{{ end }}

View file

@ -10,5 +10,3 @@
<meta property="og:description" content="{{ $description }}"/>
<meta property="og:image" content="{{ $image | relURL }}">
<meta property="og:url" content="{{ $url }}">
{{ template "_internal/twitter_cards.html" . }}