Skip to content

Commit df129cf

Browse files
authored
refactor: move tag
Reintroduced the Fediverse handle meta tag for social sharing. Signed-off-by: Cotes Chung <[email protected]>
1 parent 02b8eac commit df129cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_includes/head.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
{% seo title=false %}
1414
{%- endcapture -%}
1515

16-
{%- if site.social.fediverse_handle %}
17-
<!-- Fediverse handle/creator -->
18-
<meta name="fediverse:creator" content="{{ site.social.fediverse_handle }}" />
19-
{% endif %}
20-
2116
<!-- Setup Open Graph image -->
2217

2318
{% if page.image %}
@@ -55,6 +50,11 @@
5550

5651
{{ seo_tags }}
5752

53+
{%- if site.social.fediverse_handle %}
54+
<!-- Fediverse handle/creator -->
55+
<meta name="fediverse:creator" content="{{ site.social.fediverse_handle }}">
56+
{% endif %}
57+
5858
<title>
5959
{%- unless page.layout == 'home' -%}
6060
{{ page.title | append: ' | ' }}

0 commit comments

Comments
 (0)