diff options
Diffstat (limited to 'design/templates/details')
-rw-r--r-- | design/templates/details/about.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/design/templates/details/about.html b/design/templates/details/about.html deleted file mode 100644 index f627a3c..0000000 --- a/design/templates/details/about.html +++ /dev/null @@ -1,18 +0,0 @@ -{% 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 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%} - -{% block primary %}<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> - <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> → </li> - <li>About</li> - </ul> - <article role="main"> - <h1 class="hide">About Luxagraf</h1> - <div class="post-body-single"> - {{object.body_html|safe|smartypants|widont}} - </div> - </article> -{% endblock %} |