prymitive / bootstrap-breadcrumbs

Django template tags for easy breadcrumbs using twitter bootstrap css classes or custom template
django-bootstrap-breadcrumbs.readthedocs.org
MIT License
92 stars 47 forks source link

Added support to rich snippets #31

Closed swappsdev closed 6 years ago

swappsdev commented 7 years ago

the templates aren't support to rich snippets #30

prymitive commented 7 years ago

Thanks for the PR, I must say I don't feel comfortable merging such invasive changes to the default templates, this would affect everyone who uses stock templates and so far this is the only request to add this code. Could you make dedicated templates instead (those could be named bootstrap(2|3|4)-google-seo.html). That would also have the benefit of not breaking tests, which this PR is doing.