summaryrefslogtreecommitdiffstats
path: root/templates/shortcodes/meta.html
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-08-21 11:57:48 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-08-21 11:57:48 -0500
commit85159ba6f9e365859bc867a7be16635ea3b86948 (patch)
tree755b9dba66985b7996022da0f2322f387510a6ba /templates/shortcodes/meta.html
parent8422129c510c3a6c5ae89cf1ec51438d2229673b (diff)
feat: add link to Mastodon profile
Diffstat (limited to 'templates/shortcodes/meta.html')
-rw-r--r--templates/shortcodes/meta.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shortcodes/meta.html b/templates/shortcodes/meta.html
index 5a92161..3d8e7d5 100644
--- a/templates/shortcodes/meta.html
+++ b/templates/shortcodes/meta.html
@@ -4,7 +4,7 @@
{%- for item in config.extra.meta -%}
<dt>{{ item.name }}</dt>
<dd>
- <a href="{{ item.href }}">{{ item.display }}</a>
+ <a rel="me" href="{{ item.href }}">{{ item.display }}</a>
</dd>
{%- endfor -%}
</dl>