1
0
Fork 0

Remove spaces in heder url

This commit is contained in:
Tomasz Lewinski 2023-02-08 20:48:55 +01:00
parent fe1e28f5d3
commit 3b9408a3f7

View file

@ -82,7 +82,7 @@
<a
class="h-8 w-8 [background:var(--url)_center_center/cover_no-repeat] lg:h-6 lg:w-6"
style="--url: url(./{{ . }}.svg)"
href="{{ if eq . `rss` }} {{ `index.xml` | absURL }} {{ else if eq . `mastodon` }} {{ site.Params.Get . }} {{ else }} https://{{ . }}.com/{{ site.Params.Get . }} {{ end }}"
href="{{ if eq . `rss` }}{{ `index.xml` | absURL }}{{ else if eq . `mastodon` }}{{ site.Params.Get . }}{{ else }}https://{{ . }}.com/{{ site.Params.Get . }}{{ end }}"
target="_blank"
{{ if ne . `rss` }}rel="me"{{ end }}
></a>