Fix build failure due to Hugo chaning _internal template behavior (#1050)

* Fix build failure due to Hugo chaning `_internal` template behavior

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

* Update min Hugo version

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

---------

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
Emruz Hossain 2025-04-14 22:48:34 +06:00 committed by GitHub
parent b79aee97d6
commit 7223361464
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 151 additions and 103 deletions

View file

@ -4,8 +4,7 @@
<title>{{ .Page.Title }}</title>
<!------ ADD COMMON HEADERS -------->
{{- partial "header.html" . -}}
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}
{{- partial "opengraph.html" . -}}
<!------ ADD PAGE SPECIFIC HEADERS ------->
{{ block "header" . }} {{ end }}