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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/blogsection.html')
-rw-r--r--layouts/partials/blogsection.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/blogsection.html b/layouts/partials/blogsection.html
index 62796a6..bc10f7b 100644
--- a/layouts/partials/blogsection.html
+++ b/layouts/partials/blogsection.html
@@ -25,7 +25,7 @@
{{ end }}
</ul>
{{ else }}
-<div class="container has-text-centered top-pad"><a href="/blog">ALL BLOG POSTS</a></div>
+<div class="container has-text-centered top-pad"><a href="{{ "/blog" | relURL }}">ALL BLOG POSTS</a></div>
{{ end }}
</div><!-- End Blog container -->