Merge pull request #148 from mdoff/remove-space-in-profile-url
Remove spaces in header url
This commit is contained in:
commit
de3fdfa5bd
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue