_includes/head.html in sutty-minima-2.7.0rc3 vs _includes/head.html in sutty-minima-2.7.0rc6
- old
+ new
@@ -14,10 +14,17 @@
{%- endif -%}
{%- include custom-head.html -%}
{%- if page.activity -%}
- <link href="{{ page.activity.url | absolute_url }}" rel="alternate" type="application/activity+json" />
+ <link
+ href="{{ page.activity.url | absolute_url | uri_escape }}"
+ rel="alternate"
+ type="application/activity+json" />
+ <link
+ href="{{ page.activity.url | absolute_url | uri_escape }}"
+ rel="alternate"
+ type='application/ld+json; profile="https://www.w3.org/ns/activitystreams"' />
{%- endif -%}
{%- if site.activity_pub_profile -%}
<meta property="profile:username" content="{{ site.activity_pub_profile }}" />
{%- endif -%}