Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dmihaylo opened this issue Nov 9, 2022 · 0 comments
Labels
TW priority Bugs or features with justified impact on the product docs

Comments

@dmihaylo
Copy link
Contributor

dmihaylo commented Nov 9, 2022

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 %}" />
.

@dmihaylo dmihaylo added the TW priority Bugs or features with justified impact on the product docs label Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TW priority Bugs or features with justified impact on the product docs
Projects
None yet
Development

No branches or pull requests

1 participant