Skip to content

Allow all front matter tags to accept Liquid expressions similar to the meta description #262

@dmihaylo

Description

@dmihaylo

Currently, for identical articles whose content is shared between Telerik UI for ASP.NET MVC and Core, we use the ... liquid expression in the body of the topic and in the meta description tag, which is part of the front matter.

However, it'd be super handy if we can use Liquid in the other meta tags too such as the page_title. Source:

<meta name="description" content="{{ page.description | parse_front_matter }}{% if page.description_suffix %} {{ page.description_suffix }}{% endif %}" />
.

Metadata

Metadata

Assignees

No one assigned

    Labels

    TW priorityBugs or features with justified impact on the product docs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions