diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/details/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/details/about.html b/templates/details/about.html index acbf2a1..d0366d4 100644 --- a/templates/details/about.html +++ b/templates/details/about.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load typogrify %} {% block pagetitle %}Luxagraf | About{% endblock %} -{% block metadescription %}About the site, luxagraf.net {% 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%} {%block bodyid%}id="about"{%endblock%} |