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

github.com/themefisher/restaurant-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/blog.html')
-rw-r--r--layouts/partials/blog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/blog.html b/layouts/partials/blog.html
index 2701091..f95fb4c 100644
--- a/layouts/partials/blog.html
+++ b/layouts/partials/blog.html
@@ -21,7 +21,7 @@
</div>
{{ end }}
<div class="text-center">
- <a href="/post" class="btn btn-default">All Post</a>
+ <a href="{{`post/` | relURL}}" class="btn btn-default">All Post</a>
</div>
</div>
</div>