Skip to content

Commit

Permalink
refactor: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Dec 2, 2024
1 parent 9425bd8 commit 291ef20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/layouts/partials/metatags.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
{%- endif ~%}
{#- template: Mastodon ~#}
{%- if mastodon.creator ~%}
<meta name="fediverse:creator" content="{{ mastodon.creator }}">
<meta name="fediverse:creator" content="{{ mastodon.creator }}" />
{%- endif ~%}
{#- template: json-ld ~#}
{%- include 'partials/jsonld.js.twig' with {'author': author, 'favicon_asset': favicon_asset|default} ~%}
Expand Down

0 comments on commit 291ef20

Please sign in to comment.