Fix ugly link underlining of whitespace for our matrix channel

This commit is contained in:
sixtus 2022-05-16 18:21:58 +02:00
parent 06472a4c53
commit 4f962cb2c8
1 changed files with 3 additions and 3 deletions

View File

@ -113,9 +113,9 @@ die sie schreiben.
<div class="pure-u-1-2 centered">
<h3>Chat</h3>
<div>
<a href="{{< value "chat" "matrix_href" >}}">
{{< value "chat" "matrix_channel" >}}
</a>
<a
href="{{< value "chat" "matrix_href" >}}"
>{{< value "chat" "matrix_channel" >}}</a>
{{< value "chat" "matrix_server" >}}
</div>
</div>