Iacopo Spalletti
Iacopo Spalletti
I never used jinja templates in Django so I can't provide any immediate feedback #60 is an abandoned PR which could be of some help, I will happily review any...
@gibmax thanks for your input Managed support for all the image properties will be added via #114 In the meantime, you can add support for extra image attributes via custom...
@PaLaMuNDeR thanks a lot of this. The supported way to add a locale translation is by adding the language to transifex: this allows a better maintainability of the translations and...
@fsbraun currenty there is not view counters for blog posts (and thus no plugin) I have mixed feelings about adding one
@lggwettmann thanks for the feedback. You can also add custom tags via `extra_props`, `extra_custom_props` https://django-meta.readthedocs.io/en/latest/views.html#extra-props
JSON-LD support is in the works in #76 My goal is to implement *less* tags and allow people to have a simple way to add the tags they care about...
> Tried that, but didn't show up in the meta tags. @lggwettmann are you using views or models?
@lggwettmann you may want to check #95 (and https://github.com/nephila/django-meta/pull/95/files#diff-823680934ff274e0f1ecdacdf80a9f61R3 in detail) regarding implementing extra / custom tags properties
@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...
@saikirubamj for list pages (e.g: anything outside the post detail) you have to customize your templates to include static placeholders. djangocms-blog default templates does not have any placeholder defined outside...