Add havelseite
This commit is contained in:
17
generator/templates/sponsors.html
Normal file
17
generator/templates/sponsors.html
Normal file
@ -0,0 +1,17 @@
|
||||
<section class="sponsors-section">
|
||||
<div class="sponsors-title">
|
||||
{{ title | safe }}
|
||||
</div>
|
||||
|
||||
<div class="sponsor-grid">
|
||||
{% for sponsor in sponsors %}
|
||||
<figure class="sponsor-logo">
|
||||
<img src="{{ sponsor.src }}" alt="{{ sponsor.alt }}">
|
||||
|
||||
{% if sponsor.alt %}
|
||||
<figcaption>{{ sponsor.alt }}</figcaption>
|
||||
{% endif %}
|
||||
</figure>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user