_includes/footer.html in sutty-jekyll-theme-0.2.7 vs _includes/footer.html in sutty-jekyll-theme-0.3.0
- old
+ new
@@ -2,9 +2,17 @@
{%- assign code_of_conduct = site.posts | find: "layout", "code_of_conduct" -%}
{%- assign privacy_policy = site.posts | find: "layout", "privacy_policy" -%}
<footer class="p-3">
<ul class="list-unstyled">
+ {%- if site.activity_pub_profile -%}
+ {{- site.i18n.footer.fediverse -}}
+ <span>
+ @{{ site.activity_pub_profile -}}
+ </span>
+ </p>
+ {%- endif -%}
+
{% if license %}
<li>
<a href="{{ license.url }}" rel="license">{{ license.title }}</a>
</li>
{% endif %}