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

github.com/coderzh/hugo-pacman-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoderzh <pythonzh@qq.com>2016-04-14 14:00:29 +0300
committercoderzh <pythonzh@qq.com>2016-04-14 14:00:29 +0300
commit637ea6781fbc207e58c7edb9997b8580b2d32c2e (patch)
tree06233377390fc846e11b523ebb220e8c1f4143db
parent23485793be0c68d648b7d2b3c4ab104c451b5ba9 (diff)
Update index.html
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 7c239f0..cc11a40 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -10,7 +10,7 @@
{{ partial "article.html" $data }}
{{ end }}{{ end }}
<nav id="page-nav" class="clearfix">
- <a class="page-number" href="/post/">More...</a>
+ <a class="page-number" href="{{ .Site.BaseURL }}post/">More...</a>
</nav>
</div>
{{ partial "sidebar.html" . }}