url encoding

This commit is contained in:
L3D 2022-05-13 00:45:08 +02:00
parent 255f60acd0
commit b84fc4a30d
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 3 additions and 3 deletions

View file

@ -12,14 +12,14 @@
{{- '\n ' -}}
&emsp;<a href="{{ this.sm_link }}">
{{- '\n ' -}}
<img class="content__inline_image" src="{{ this.sm_image }}" alt="{{ this.title }} Logo" height="16px">
<img class="content__inline_image" src="{{ this.sm_image }}" alt="{{ this.title }} Logo" height="16">
{{- '\n ' -}}
</a>
{%- if this.sm_link_2 is defined and this.sm_link_2 != '' -%}
{{- '\n ' -}}
<a href="{{ this.sm_link_2 }}">
{{- '\n ' -}}
<img class="content__inline_image" src="{{ this.sm_image_2 }}" alt="{{ this.title_2 }} Logo" height="16px">
<img class="content__inline_image" src="{{ this.sm_image_2 }}" alt="{{ this.title_2 }} Logo" height="16">
{{- '\n ' -}}
</a>
{%- endif -%}

View file

@ -151,7 +151,7 @@ __ ____ _| |_| |_| | ___
['https://twitter.com/c3woc/', 'Twitter', '/images/icons/social/twitter.svg'],
['https://waffel.reddit.com/', 'Reddit', '/images/icons/social/reddit.svg'],
['https://t.me/c3woc', 'Telegram', '/images/icons/social/telegram.svg'],
['https://webirc.hackint.org/#irc://irc.hackint.org/#waffel', 'IRC', '/images/icons/social/hackint.svg'],
['https://webirc.hackint.org/#irc://irc.hackint.org/waffel', 'IRC', '/images/icons/social/hackint.svg'],
['https://podcast.c3woc.de/', 'Das heiße Eisen - Der Waffel-Podcast', '/images/icons/social/podcast.svg'],
['https://podcast.c3woc.de/podcast-he.xml', 'Podcast Feed', '/images/icons/social/feed.svg'],
['https://backwesen.de/c3woc/', 'Source Code', '/images/icons/social/gitea.svg'],