nephila / djangocms-blog

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
https://djangocms-blog.readthedocs.io
BSD 3-Clause "New" or "Revised" License
403 stars 190 forks source link

Remove escape for meta description. #700

Closed corentinbettiol closed 1 year ago

corentinbettiol commented 2 years ago

This is not required since all meta tags are escaped in django-meta.

Description

See description of corresponding issue.

References

Fix #699

Checklist

yakky commented 2 years ago

Thanks @corentinbettiol for your contribution. I will merge this as soon as i have github actions back up and running

yakky commented 1 year ago

Thanks your contribution @corentinbettiol , I merged this with #726 to ease porting to updated develop branch

corentinbettiol commented 1 year ago

Thanks for merging it!