1
0
Fork 0
yinghong-massage.de/templates/shortcodes/contact.html

21 lines
573 B
HTML
Raw Normal View History

2022-10-24 23:11:48 +00:00
<table class="table">
<tbody>
<tr>
<th scope="row">Mobil:</th>
<td>{{ config.extra.mobile_number }}</td>
</tr>
<tr>
<th scope="row">Tel.:</th>
<td>{{ config.extra.phone_number }}</td>
</tr>
<tr>
<th scope="row">E-Mail:</th>
<td><a href="mailto:{{ config.extra.email }}">{{ config.extra.email }}</a></td>
</tr>
<tr>
<th scope="row">Adresse:</th>
<td>{{ config.extra.address }}</td>
</tr>
</tbody>
</table>