diff options
Diffstat (limited to 'design/templates/details/about.html')
-rw-r--r-- | design/templates/details/about.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/design/templates/details/about.html b/design/templates/details/about.html index d39992b..f627a3c 100644 --- a/design/templates/details/about.html +++ b/design/templates/details/about.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% 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 metadescription %}About: Luxagraf is written and published by Scott Gilbertson. Writing is done in notebooks, later Vim, and published to the web with GeoDjango. Photos taken with a Panasonic GF1.{% endblock %} {%block htmlclass%}class="single"{%endblock%} {%block bodyid%}id="about"{%endblock%} @@ -12,7 +12,7 @@ <article role="main"> <h1 class="hide">About Luxagraf</h1> <div class="post-body-single"> - {{object.body_html|smartypants|widont|safe}} + {{object.body_html|safe|smartypants|widont}} </div> </article> {% endblock %} |