mirror of
https://github.com/ipdb/website.git
synced 2024-11-22 01:26:52 +01:00
construct imprint contact block from more data
This commit is contained in:
parent
577a49d1fa
commit
5dbbd7b6b4
@ -2,6 +2,15 @@
|
||||
|
||||
<div class="company">
|
||||
<h4 class="company__name">{{ contact.company }}</h4>
|
||||
{% if include.imprint %}
|
||||
<p>{{ contact.registration}}</p>
|
||||
<h5>Represented by</h5>
|
||||
<p>
|
||||
{{ site.data.board[0].position }}: {{ site.data.board[0].name }}<br />
|
||||
{{ site.data.board[1].position }}: {{ site.data.board[1].name }}<br />
|
||||
{{ site.data.board[2].position }}: {{ site.data.board[2].name }}
|
||||
</p>
|
||||
{% endif %}
|
||||
<p>
|
||||
<a href="mailto:{{ contact.email }}">{{ contact.email }}</a>
|
||||
</p>
|
||||
|
@ -6,4 +6,4 @@ title: Imprint
|
||||
narrow: true
|
||||
---
|
||||
|
||||
{% include contact.html %}
|
||||
{% include contact.html imprint="true" %}
|
||||
|
Loading…
Reference in New Issue
Block a user