all repos — archie @ 055e03eeb76cc2b8e577a8e39fc5b9294403affc

A minimal Hugo Theme

Add `rel=me` to social links
Alex Ungurianu alex.ungurianu@protonmail.com
Sun, 06 Nov 2022 11:54:30 +0000
commit

055e03eeb76cc2b8e577a8e39fc5b9294403affc

parent

2f312c3759adf9059791a7cd697788018d09dbe8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M layouts/partials/footer.htmllayouts/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>