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

github.com/xaviablaza/hugo-lodi-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/nav.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 7c058ba..64e5dae 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -1,6 +1,6 @@
<nav class="main-navigation stuckMenu">
<a href="{{ .Site.BaseURL }}">
- <img class="logo" src="{{ .Site.BaseURL }}img/logo.png" alt="My Portfolio">
+ <img class="logo" src="{{ .Site.BaseURL }}img/logo.png" alt="{{ .Site.Title }}">
</a>
<div class="sub-navigation">
<a href="#" class="main-navigation-link" id="about" data-scroll-goto="0">About</a>