diff options
author | luxagraf <sng@luxagraf.net> | 2014-11-10 20:44:49 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2014-11-10 20:44:49 -0500 |
commit | f650f1860eabfb7d114513dbd0980698ca2b7f84 (patch) | |
tree | a190e56d224baeeb3c8cc7adeb4233c47646c79f /design/templates | |
parent | d283e039666fa57ccf06c3d235162927db285fb8 (diff) |
reverted Pages to database
Diffstat (limited to 'design/templates')
-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 %} |