lemoncurry/lemoncurry/templatetags
Danielle McLean d3c79a4cc3
Use django-sites for the absolute_url template tag - this actually reduces the number of queries for whatever reason
2018-04-20 10:39:52 +10:00
..
__init__.py Create a super-simple homepage 2017-10-23 09:37:24 +11:00
absolute_url.py Use django-sites for the absolute_url template tag - this actually reduces the number of queries for whatever reason 2018-04-20 10:39:52 +10:00
bleach.py Add <cite> to ALLOWED_TAGS, because honestly 2018-01-11 11:41:36 +11:00
friendly_url.py Just glue the netloc and path together rather than using urlunparse - it doesn't need to be a valid URL, just a nice-looking one 2017-10-30 15:02:49 +11:00
jsonify.py Bring back support for https://schema.org/BreadcrumbList - it's gross but what can you do 2017-10-27 09:35:56 +11:00
lemoncurry_tags.py Patch a few small deprecated operations so that the site works under Django 2.0 as well 2018-03-21 16:14:07 +11:00
markdown.py Switch from django-markdown-deux to a pipeline thru markdown for rendering + bleach for sanitising 2017-10-26 14:40:29 +11:00
theme_colour.py Update manifest.json with extra properties, set theme colour properly as a <meta> as well 2017-10-28 15:05:54 +11:00