_layouts/default.html in adhesiones-jekyll-theme-0.3.2 vs _layouts/default.html in adhesiones-jekyll-theme-0.4.0
- old
+ new
@@ -31,9 +31,21 @@
<link rel="alternate icon" href="public/favicon.ico">
<link rel="mask-icon" href="public/favicon.svg" color="white">
{% 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 -%}
</head>
<body>
<main class="container">
<div class="row justify-content-center d-print-block">
<div class="col">