diff options
Diffstat (limited to 'python/templates/includes/layout/footer_sitemap.html')
-rw-r--r-- | python/templates/includes/layout/footer_sitemap.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/python/templates/includes/layout/footer_sitemap.html b/python/templates/includes/layout/footer_sitemap.html deleted file mode 100644 index 3923ce3..0000000 --- a/python/templates/includes/layout/footer_sitemap.html +++ /dev/null @@ -1,12 +0,0 @@ -<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 |