summaryrefslogtreecommitdiff
path: root/templates/details/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/details/about.html')
-rw-r--r--templates/details/about.html42
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 %}