Skip to content

Commit bc019f4

Browse files
Merge pull request #99 from OBF/bosc_head_link
make bosc image link to main bosc pg
2 parents 335b9b5 + 8c65623 commit bc019f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
{{ if isset .Site.Params "bosc_logo" }}
6767
<div class="avatar-container">
6868
<div class="avatar-img-border">
69-
<a title="{{ .Site.Title }}" href="{{ "" | absLangURL }}">
69+
<a title="{{ .Site.Title }}" href="{{ "events/bosc/" | absLangURL }}">
7070
{{- $image := resources.Get ( $.Site.Params.bosc_logo) -}}
7171
{{ if $image }}
7272
<img class="avatar-img" src="{{ ($image.Fit "300x300 webp q100").Permalink }}" alt="{{ .Site.Title }}" />

0 commit comments

Comments
 (0)