Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/athul/archie.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Ungurianu <alex.ungurianu@protonmail.com>2022-11-06 14:54:30 +0300
committerAthul Cyriac Ajay <athul8720@gmail.com>2022-11-08 07:31:14 +0300
commit055e03eeb76cc2b8e577a8e39fc5b9294403affc (patch)
tree89bdaa9efbb4911b88e749a805ca437ef90cb14c
parent2f312c3759adf9059791a7cd697788018d09dbe8 (diff)
Add `rel=me` to social links
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 04eaa79..b453bff 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,7 +1,7 @@
<footer>
<div style="display:flex">
{{- range $index, $key := .Site.Params.Social -}}
- <a class="soc" href="{{ $key.url }}" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>
+ <a class="soc" href="{{ $key.url }}" rel="me" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>
<a class="border"></a>
{{- end -}}
</div>