_layouts/default.html in radios-comunitarias-jekyll-theme-0.2.0 vs _layouts/default.html in radios-comunitarias-jekyll-theme-0.3.0rc0
- old
+ new
@@ -13,9 +13,21 @@
<script defer type="text/javascript" src="assets/js/script.js"></script>
{% seo %}
{% feed_meta %}
+ {%- if page.activity -%}
+ <link href="{{ page.activity.url | absolute_url }}" rel="alternate" type="application/activity+json" />
+ {%- endif -%}
+
+ {%- if site.activity_pub_profile -%}
+ <meta property="profile:username" content="{{ site.activity_pub_profile }}" />
+ {%- endif -%}
+
+ {%- if site.actor -%}
+ <link rel="me" href="{{ site.actor.url | absolute_url }}" />
+ {%- endif -%}
+
{%- if page.locales -%}
{% for locale in page.locales %}
<link
rel="alternate"
hreflang="{{ locale.collection }}"