main #1

Merged
moke merged 153 commits from Frontend/Homepage:main into main 2023-02-27 22:23:15 +00:00
1 changed files with 7 additions and 2 deletions
Showing only changes of commit 6230076ad3 - Show all commits

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>