fixed malformed constnat in iconlink

This commit is contained in:
Gabriele Musco 2021-10-31 21:05:54 +01:00
parent 8afd881ee3
commit 8098182b57
No known key found for this signature in database
GPG Key ID: 0587A5D65B5DC99E
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<a
{{ if eq (lower .Identifier) 'mastodon' }}
{{ if eq (lower .Identifier) "mastodon" }}
rel="me"
{{ end }}
target="_blank"