fixed malformed constnat in iconlink
This commit is contained in:
parent
8afd881ee3
commit
8098182b57
|
@ -1,5 +1,5 @@
|
||||||
<a
|
<a
|
||||||
{{ if eq (lower .Identifier) 'mastodon' }}
|
{{ if eq (lower .Identifier) "mastodon" }}
|
||||||
rel="me"
|
rel="me"
|
||||||
{{ end }}
|
{{ end }}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|
Loading…
Reference in New Issue