You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Hugo v0.146.0 we revised all things templates in Hugo. While we made it so {{ template "_internal/twitter_cards.html" . }} and similar still works, we have since removed it from the documentation. The Twitter cards example needs to be loaded using the partial func: {{ partial "twitter_cards.html" . }}
This issue is about deprecating the use of the _internal/ template namespace and eventually remove it.