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
485 stars 67 forks source link

Question: Is there a reason meta title and og:title are the same? #78

Closed chrisforrette closed 5 years ago

chrisforrette commented 6 years ago

I've been recently implementing django-meta into a project and noticed that <title> and <meta property="og:title" /> both use the same exact variable (title) as opposed to description, which has a specific, optional og_description, that falls back to description.

I'm wondering if there's intention behind this (maybe I'm unaware of a best practice?) or if a PR to making it more like the description property would be welcome?

Thanks!

yakky commented 6 years ago

72 takes care exactly of this issue :smile:

yakky commented 5 years ago

Fixed in #72