summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2011-05-17 12:58:12 -0400
committerluxagraf <sng@luxagraf.net>2011-05-17 12:58:12 -0400
commit0336cc37c9fa603e88236f3119ae8e2678bc926b (patch)
tree593c7adc55f20ebfdcb5372b2d47c8b39c2046b3 /templates
parent3d6ed9441782bb4cb0f3b496cc5595029338f815 (diff)
added longer meta desc to about page
Diffstat (limited to 'templates')
-rw-r--r--templates/details/about.html2
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%}