[Meta] Add rel='me'
parent
fe27616cc3
commit
93d8926999
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue