Merge pull request 'Display our new phone and mobile number on page' (#56) from phone into main

Reviewed-on: #56
This commit is contained in:
sixtus 2022-08-02 21:05:29 +02:00
commit 6230076ad3
1 changed files with 7 additions and 2 deletions

View File

@ -93,8 +93,13 @@ die sie schreiben.
<div class="pure-u-1-2 centered">
<h3>Telefon</h3>
<div>
<a href="{{< value "phone" "eventphone_href" >}}">
{{< value "phone" "eventphone_number" >}}
<a href="{{< value "phone" "landline_href" >}}">
{{< value "phone" "landline_number" >}}
</a>
</div>
<div>
<a href="{{< value "phone" "mobile_href" >}}">
{{< value "phone" "mobile_number" >}}
</a>
</div>
</div>