File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ social:
3636 # It will be displayed as the default author of the posts and the copyright owner in the Footer
3737 name : your_full_name
3838 email :
[email protected] # change to your email address 39+ fediverse_handle :
" @[email protected] " # change to your fediverse handle or leave empty 3940 links :
4041 # The first element serves as the copyright owner's link
4142 - https://twitter.com/username # change to your Twitter homepage
Original file line number Diff line number Diff line change 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+
1621 <!-- Setup Open Graph image -->
1722
1823 {% if page.image %}
2732 {%- capture new_url -%}{{ img_url }}{%- endcapture -%}
2833
2934 {% assign seo_tags = seo_tags | replace: old_url, new_url %}
30- {% endunless %}
35+ {% endunless %}
3136
3237 {% elsif site.social_preview_image %}
3338 {%- capture img_url -%}
You can’t perform that action at this time.
0 commit comments