We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 335b9b5 + 8c65623 commit bc019f4Copy full SHA for bc019f4
layouts/partials/nav.html
@@ -66,7 +66,7 @@
66
{{ if isset .Site.Params "bosc_logo" }}
67
<div class="avatar-container">
68
<div class="avatar-img-border">
69
- <a title="{{ .Site.Title }}" href="{{ "" | absLangURL }}">
+ <a title="{{ .Site.Title }}" href="{{ "events/bosc/" | absLangURL }}">
70
{{- $image := resources.Get ( $.Site.Params.bosc_logo) -}}
71
{{ if $image }}
72
<img class="avatar-img" src="{{ ($image.Fit "300x300 webp q100").Permalink }}" alt="{{ .Site.Title }}" />
0 commit comments