Open
Description
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.