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

github.com/liuzc/LeaveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCovey <liuzc89@gmail.com>2018-09-15 09:46:53 +0300
committerCovey <liuzc89@gmail.com>2018-09-15 09:46:53 +0300
commitc872d4d311f798749debc22d4e41236efcdc780c (patch)
tree8614b8fa035b1e2800e9f30085bef31111067ea9
parentabc92febdaaaa2676c5fc5a374dad9b9878c5cb2 (diff)
:pencil2: Fixed Common Permalink Issues
-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 e714077..41a9c6c 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -14,7 +14,7 @@
<nav class="navbar-mobile" id="nav-mobile" style="display: none">
<div class="container">
<div class="navbar-header">
- <div> <a href="javascript:void(0);" class="theme-switch"><i class="iconfont icon-xihuan"></i></a>&nbsp;<a href="{{ "/" | absURL}}">{{ .Site.Title }}</a></div>
+ <div> <a href="javascript:void(0);" class="theme-switch"><i class="iconfont icon-xihuan"></i></a>&nbsp;<a href="{{.Site.BaseURL}}">{{ .Site.Title }}</a></div>
<div class="menu-toggle">
<span></span><span></span><span></span>
</div>