aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorThijs Paelman <thijs.paelman+git@hotmail.be>2023-06-06 20:33:03 +0200
committerThijs Paelman <thijs.paelman+git@hotmail.be>2023-06-06 20:36:26 +0200
commit0afcbb42e7babfb1a69a1e7df2cd3732171746e0 (patch)
tree421d66f7f617df9e153c98502359c7ff582cd7c3 /themes
parenta9b5b225ec579f96b26576f38ee44e288f07a184 (diff)
downloadwebsite-0afcbb42e7babfb1a69a1e7df2cd3732171746e0.tar.gz
website-0afcbb42e7babfb1a69a1e7df2cd3732171746e0.zip
Community: Add Mastodon & reorder socials
Reorder socials to group Mastodon & Twitter. Add rel="me" tag for Mastodon site verification
Diffstat (limited to 'themes')
-rw-r--r--themes/docsy/layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/docsy/layouts/partials/footer.html b/themes/docsy/layouts/partials/footer.html
index dfb1f64..82657a4 100644
--- a/themes/docsy/layouts/partials/footer.html
+++ b/themes/docsy/layouts/partials/footer.html
@@ -30,7 +30,7 @@
<ul class="list-inline mb-0">
{{ range . }}
<li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="{{ .name }}" aria-label="{{ .name }}">
- <a class="text-white" target="_blank" href="{{ .url }}">
+ <a class="text-white" target="_blank" href="{{ .url }}" rel="me noopener noreferrer">
<i class="{{ .icon }}"></i>
</a>
</li>