Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/bigspring-hugo-startup-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSomrat <themefisher.dev@gmail.com>2022-01-01 06:06:55 +0300
committerSomrat <themefisher.dev@gmail.com>2022-01-01 06:06:55 +0300
commit5f309aafb81185bf5811c3fd505a90a3bc0ec451 (patch)
tree42874000ccc752edd9f48c99cc9aed49facddb4b /layouts
parent685e478f9ec89266ed2de5fe6ad26d8d012746e8 (diff)
fixed broken logo on multilingual mode
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 93d837a..5b0ad68 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -5,7 +5,7 @@
<nav class="navbar navbar-expand-lg navbar-light bg-transparent">
<a class="navbar-brand" href="{{ site.BaseURL | absLangURL }}">
{{ with site.Params.logo}}
- <img width="{{site.Params.logo_width}}" class="img-fluid" src="{{ . | relLangURL }}" alt="{{ site.Title }}">
+ <img width="{{site.Params.logo_width}}" class="img-fluid" src="{{ . | relURL }}" alt="{{ site.Title }}">
{{ else }}{{site.Title}}{{end}}
</a>
<button class="navbar-toggler border-0" type="button" data-toggle="collapse" data-target="#navigation" aria-label="menu">