diff options
Diffstat (limited to 'design/templates/details/about.html')
-rw-r--r-- | design/templates/details/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/details/about.html b/design/templates/details/about.html index 026d408..d39992b 100644 --- a/design/templates/details/about.html +++ b/design/templates/details/about.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} -{% load typogrify %} +{% load typogrify_tags %} {% block pagetitle %}Luxagraf | About{% endblock %} {% block metadescription %}About: Luxagraf is written and published by Scott Gilbertson. Writing is done in BBEdit, published with GeoDjango. Photos taken with a Panasonic GF1.{% endblock %} {%block htmlclass%}class="single"{%endblock%} |