summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2015-07-14 19:02:11 +0200
committerMagnus Granberg <zorry@gentoo.org>2015-07-14 19:02:11 +0200
commit9fcbdba5877a0858d5dcfc3aec939ccd23347353 (patch)
treeebbacda8184f46eeb43b47f8bd474ab53fa1d71a /python/templates/includes/layout/footer_sitemap.html
parentadd __init__.py to gentoo_www (diff)
downloadtinderbox-cluster-www-9fcbdba5877a0858d5dcfc3aec939ccd23347353.tar.gz
tinderbox-cluster-www-9fcbdba5877a0858d5dcfc3aec939ccd23347353.tar.bz2
tinderbox-cluster-www-9fcbdba5877a0858d5dcfc3aec939ccd23347353.zip
renname tamplates to templates
Diffstat (limited to 'python/templates/includes/layout/footer_sitemap.html')
-rw-r--r--python/templates/includes/layout/footer_sitemap.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/templates/includes/layout/footer_sitemap.html b/python/templates/includes/layout/footer_sitemap.html
new file mode 100644
index 0000000..3923ce3
--- /dev/null
+++ b/python/templates/includes/layout/footer_sitemap.html
@@ -0,0 +1,12 @@
+<div class="row row-sitemap hidden-xs">
+ {% for page in pages %}
+ {% if page.nav1 != 'donate' %}
+ <div class="col-xs-12 col-sm-4 col-md-2">
+ <h3 class="footerhead"><a href="{{ page.url }}">{{ page.nav_title }}</a></h3>
+ <ul class="sitemap">
+ {% include "includes/navigation/sitemap_secondary" %}
+ </ul>
+ {% endif %}
+ </div>
+ {% endfor %}
+</div> \ No newline at end of file