diff options
author | luxagraf <sng@luxagraf.net> | 2011-05-17 12:58:12 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-05-17 12:58:12 -0400 |
commit | 0336cc37c9fa603e88236f3119ae8e2678bc926b (patch) | |
tree | 593c7adc55f20ebfdcb5372b2d47c8b39c2046b3 /templates | |
parent | 3d6ed9441782bb4cb0f3b496cc5595029338f815 (diff) |
added longer meta desc to about page
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%} |