diff options
author | Magnus Granberg <zorry@gentoo.org> | 2015-07-14 19:02:11 +0200 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2015-07-14 19:02:11 +0200 |
commit | 9fcbdba5877a0858d5dcfc3aec939ccd23347353 (patch) | |
tree | ebbacda8184f46eeb43b47f8bd474ab53fa1d71a /python/templates/includes/layout/footer_sitemap.html | |
parent | add __init__.py to gentoo_www (diff) | |
download | tinderbox-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.html | 12 |
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 |