[Meta] Add rel='me'

master
Quentin Duchemin 2025-11-12 14:53:10 +01:00
parent fe27616cc3
commit 93d8926999
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
{{ $image := resources.Get $imagePath }} {{ $image := resources.Get $imagePath }}
{{ $imageResized := $image.Resize "64x" }} {{ $imageResized := $image.Resize "64x" }}
{{- /* Get logo link in site params (index allows to use a dynamic parameter name) */}} {{- /* Get logo link in site params (index allows to use a dynamic parameter name) */}}
<a class="navbar-item" href="{{ index $.Site.Params $imageName }}"> <a rel="me" class="navbar-item" href="{{ index $.Site.Params $imageName }}">
<img src="{{ $imageResized.Permalink }}"> <img src="{{ $imageResized.Permalink }}">
</a> </a>
{{ end }} {{ end }}