diff options
author | luxagraf <sng@luxagraf.net> | 2011-05-18 10:59:32 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-05-18 10:59:32 -0500 |
commit | 5e14af8b6517482af1d874b8bef21ba8477b9038 (patch) | |
tree | 12c17974f10de6ee6887ea7989a7bc0fd1294163 /templates/details | |
parent | 6cc945b9e5f52d38abc9ef9b84eca91db9f49439 (diff) | |
parent | 0336cc37c9fa603e88236f3119ae8e2678bc926b (diff) |
Merge branch 'master' of http://git.luxagraf.net/luxagraf
Diffstat (limited to 'templates/details')
-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%} |