Skip to content
Snippets Groups Projects
Unverified Commit 91331e9d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add logo to footer and microdata

parent 7e66c433
No related branches found
No related tags found
No related merge requests found
Pipeline #193774 passed with warnings
...@@ -2,8 +2,11 @@ ...@@ -2,8 +2,11 @@
<meta property="rdfs:seeAlso" href="http://www.wikidata.org/entity/Q122507357" /> <meta property="rdfs:seeAlso" href="http://www.wikidata.org/entity/Q122507357" />
<div class="column is-one-fourth"> <div class="column is-one-fourth">
<p class="title is-5" property="schema:name">Teckids e.V.</p> <p class="title is-5" property="schema:name">Teckids e.V.</p>
<figure class="image">
<img src="{{ get_url(path="artwork/logo-teckids.svg") }}" alt="Teckids-Logo" property="schema:logo" />
</figure>
<address property="schema:address" typeof="schema:PostalAddress"> <address property="schema:address" typeof="schema:PostalAddress">
<span property="schema:streetAddress">{{config.extra.footer.address.street|safe}}</span><br/> <span property="schema:streetAddress">{{config.extra.footer.address.street|safe}}</span>&nbsp;·&nbsp;
<span property="schema:postalCode">{{config.extra.footer.address.postal_code|safe}}</span>&nbsp; <span property="schema:postalCode">{{config.extra.footer.address.postal_code|safe}}</span>&nbsp;
<span property="schema:addressLocality">{{config.extra.footer.address.city|safe}}</span> <span property="schema:addressLocality">{{config.extra.footer.address.city|safe}}</span>
</address> </address>
...@@ -20,7 +23,7 @@ ...@@ -20,7 +23,7 @@
<figure class="image"> <figure class="image">
<meta property="schema:name" content="{{sponsor.alt}}" /> <meta property="schema:name" content="{{sponsor.alt}}" />
<a property="schema:url" href="{{sponsor.link}}"> <a property="schema:url" href="{{sponsor.link}}">
<img src="/images/sponsoren/{{sponsor.logo}}" alt="{{sponsor.alt}}" /> <img src="/images/sponsoren/{{sponsor.logo}}" alt="{{sponsor.alt}}" property="schema:logo" />
</a> </a>
</figure> </figure>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment