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

github.com/gangjun06/SimpleIntro.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/navbar.html')
-rw-r--r--layouts/partials/navbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index cef69ad..f9c0fc7 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -1,5 +1,5 @@
<nav class="pl-4 md:pl-24">
- <a href="/" class="logo">{{ .Site.Title }}</a>
+ <a href="{{ .Site.BaseURL }}" class="logo">{{ .Site.Title }}</a>
<ul class="hidden md:flex">
{{ range .Site.Menus.main }}
<li>