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

github.com/themefisher/meghna-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSomrat <themefisher.dev@gmail.com>2022-02-08 08:02:53 +0300
committerSomrat <themefisher.dev@gmail.com>2022-02-08 08:02:53 +0300
commita6228003d882e79baecad5d25413e479de02f48d (patch)
tree3c6d557022ce5adfd8c97f331ba40f450f6e3fcb /layouts
parent3aa7fb5fd904ce60ad033e8c4722798cdb05c73b (diff)
update urls
Diffstat (limited to 'layouts')
-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 cfa45e9..db0ccf2 100644
--- a/layouts/partials/blog.html
+++ b/layouts/partials/blog.html
@@ -18,7 +18,7 @@
{{ end }}
<div class="all-post text-center col-lg-12">
- <a class="btn btn-main" href="{{ `blog` | absLangURL }}">{{ i18n "viewAllPost" }}</a>
+ <a class="btn btn-main" href="{{ `blog/` | absLangURL }}">{{ i18n "viewAllPost" }}</a>
</div>
</div>
</div>