diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2009-11-23 15:56:35 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2009-11-23 15:56:35 +0000 |
commit | 526fbe767130b4dedd75841969808fe750afa22e (patch) | |
tree | dae304cd7c26f58de184366998692f4007d18db5 /templates/details/about.html | |
parent | 4ac2e8c9c7126e21c708fd04bc14cf8143e1c17f (diff) |
redesign tentatively complete
Diffstat (limited to 'templates/details/about.html')
-rw-r--r-- | templates/details/about.html | 42 |
1 files changed, 6 insertions, 36 deletions
diff --git a/templates/details/about.html b/templates/details/about.html index 66ea623..0147960 100644 --- a/templates/details/about.html +++ b/templates/details/about.html @@ -1,42 +1,12 @@ {% extends 'base.html' %} -{% load chunks %} {% load typogrify %} {% block pagetitle %}Luxagraf | {{flatpage.title|title|smartypants|safe}}{% endblock %} {% block metadescription %}About the site, luxagraf.net {% endblock %} - - - {% block title %}{{flatpage.title|smartypants|safe}}{% endblock %} - +{%block bodyid%}id="about"{%endblock%} - {% block primary %} - - {{flatpage.content|smartypants|widont|safe}} - - - {% endblock %} - - - -{% block sidebar %} - <div id="sidebar"> - - <h4 class="first">Topography</h4> - <div class="blok"> - {% chunk "regions_sidebar" %} - </div> - - <div class="blok"> - <h4>Follow Along</h4> - {% chunk "follow_sidebar" %} - </div> - {% ifequal flatpage.title 'Some Background on Luxagraf'%} - <div class="blok"> - <h4>Travel Sites that Don't Suck</h4> - {% chunk "other_sites_sidebar" %} - </div> - {% endifequal %} -</div><!-- sidebar --> - - -{% endblock %}
\ No newline at end of file +{% block primary %} +<article> +{{flatpage.content|smartypants|widont|safe}} +</article> +{% endblock %} |