Skip to content

Deprecate the _internal/some-template construct #13553

Open
@bep

Description

@bep

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions