Display our new phone and mobile number on page - as it is available and reachable now

This commit is contained in:
sixtus 2022-08-02 21:03:14 +02:00
parent 603207957f
commit cfd76d7bf4
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>