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

github.com/themefisher/restaurant-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 78873de..e8c360f 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -15,8 +15,8 @@
<span class="icon-bar"></span>
</button>
{{"<!-- logo -->" | safeHTML}}
- <a class="navbar-brand" href="{{ .Site.BaseURL | absURL }}">
- <img class="img-responsive" src="{{ .Site.Params.logo | absURL }}" alt="Logo">
+ <a class="navbar-brand" href="{{ .Site.BaseURL }}">
+ <img class="img-responsive" src="{{ .Site.Params.logo | absURL }}" alt="{{ .Site.Title }}">
</a>
{{"<!-- logo -->" | safeHTML}}
</div>