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

More control over output #108

Open
momon opened this issue Sep 4, 2023 · 0 comments
Open

More control over output #108

momon opened this issue Sep 4, 2023 · 0 comments

Comments

@momon
Copy link

momon commented Sep 4, 2023

I guess this is mainly a feature request because I feel somewhat stuck. I would like to have more control over the output by specifying the order in which I want meta tags to show.

I could achieve it using the placeholders approach where I know I have total control, however the placeholder approach uses the built in templates which contains self closing tags. So in order for me to get rid of self closing tags I instead use the snippet call with my own templates. But when using the snippets call with my own templates I no longer have control over the order in which the tags are shown. See my dilema?

I guess I could use an output filter on each placeholder to address the self closing tag but that would be (in my opinion) unnecessary processing and considering this would be happening on each page then it is a waste of resources (again this is in my personal opinion). So I wished there was a way to gain a bit more control over the output with the snippet call and perhaps define an order in which I want the output of all tags to show (maybe an outer template could work here, then we can use the same placeholder approach on the outer template).

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant