im using piranha cms with ASP.net core MVC 6, the page generated has the meta tag generator
I have checked the generated source and went thru all config and cant find how to do it,
How can i prevent or remove it?
im using piranha cms with ASP.net core MVC 6, the page generated has the meta tag generator
I have checked the generated source and went thru all config and cant find how to do it,
How can i prevent or remove it?
You can just remove the following call from your views/pages and render your own custom meta tags.
https://github.com/PiranhaCMS/piranha.core.templates/blob/master/src/web/mvc/Views/Cms/Page.cshtml#L7