We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b8eac commit df129cfCopy full SHA for df129cf
_includes/head.html
@@ -13,11 +13,6 @@
13
{% seo title=false %}
14
{%- endcapture -%}
15
16
- {%- if site.social.fediverse_handle %}
17
- <!-- Fediverse handle/creator -->
18
- <meta name="fediverse:creator" content="{{ site.social.fediverse_handle }}" />
19
- {% endif %}
20
-
21
<!-- Setup Open Graph image -->
22
23
{% if page.image %}
@@ -55,6 +50,11 @@
55
50
56
51
{{ seo_tags }}
57
52
53
+ {%- if site.social.fediverse_handle %}
54
+ <!-- Fediverse handle/creator -->
+ <meta name="fediverse:creator" content="{{ site.social.fediverse_handle }}">
+ {% endif %}
+
58
<title>
59
{%- unless page.layout == 'home' -%}
60
{{ page.title | append: ' | ' }}
0 commit comments