nephila / django-meta

Pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.
https://django-meta.readthedocs.io
Other
480 stars 68 forks source link

replace used tags on an html page #126

Open seregagavrilov opened 3 years ago

seregagavrilov commented 3 years ago

Is it possible to replace the default meta tags that are already on the page with those that are defined?

yakky commented 3 years ago

@seregagavrilov what do you mean with "default meta tags"? the one provided by django-meta or others already defined in the project template?

The core of django-meta is just to add the meta object in the template context. what's rendered in the template is basically demanded to the developer. A base template to be included for rendering django-meta tags is included for convenience, but you can as well render django-meta attributes outside of it and use the shipped template as an inspiration only