summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/includes/layout/sponsor.html')
-rw-r--r--python/templates/includes/layout/sponsor.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/templates/includes/layout/sponsor.html b/python/templates/includes/layout/sponsor.html
deleted file mode 100644
index 9ebd19a..0000000
--- a/python/templates/includes/layout/sponsor.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="row sponsor">
-{% for sponsor in sponsors %}
-<div class="col-xs-12 col-md-2 col-md-offset-2 sponsorlogo">
-<!-- sponsor{name:{{ sponsor.name }},weight:{{ sponsor.weight }}} -->
-<a href="{{ sponsor.link }}" title="{{ sponsor.title }}">
-<img src="https://www.gentoo.org/assets/img/sponsors/ads/{{ sponsor.img }}" alt="{{ sponsor.alt }}">
-</a></div>
-{% endfor %}
-</div>