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:
authormehedi <mehedishariftitas@gmail.com>2020-12-28 08:17:59 +0300
committermehedi <mehedishariftitas@gmail.com>2020-12-28 08:17:59 +0300
commit05dcbdd4ad405d52851062003ba15ac58145f6e1 (patch)
treedf2fdb94abea6a59b247e9f62bf3070891b4594d
parentd1d73b66c813d0877bc71efccf28bf10c202e028 (diff)
fix all post button url
-rw-r--r--layouts/partials/blog.html2
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/blog.html b/layouts/partials/blog.html
index 28f2d46..2701091 100644
--- a/layouts/partials/blog.html
+++ b/layouts/partials/blog.html
@@ -21,7 +21,7 @@
</div>
{{ end }}
<div class="text-center">
- <a href="/blog" class="btn btn-default">All Post</a>
+ <a href="/post" class="btn btn-default">All Post</a>
</div>
</div>
</div>
diff --git a/theme.toml b/theme.toml
index 5ff32e5..ccba4c0 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,7 +3,7 @@ license = "CC BY 3.0"
licenselink = "https://creativecommons.org/licenses/by/3.0/"
description = "Hugo port of the Themefisher’s restaurant Template"
homepage = "https://gethugothemes.com/products/restaurant/"
-tags = ['landing-page', 'fast', 'light', 'white', 'modern', 'business', 'agency-template', 'themefisher', 'hugo-theme', 'hugo-templates', 'bootstrap', 'blog', 'responsive', 'clean', 'simple', 'company', 'projects', 'creative', 'contact-form', 'custom-themes', 'mobile', 'minimalistic', 'pages']
+tags = ['landing-page', 'fast', 'light', 'white', 'modern', 'business', 'agency-template', 'themefisher', 'hugo-theme', 'hugo-templates', 'bootstrap', 'blog', 'responsive', 'clean', 'simple', 'company', 'projects', 'creative', 'contact-form', 'custom-themes', 'gethugothemes', 'mobile', 'minimalistic', 'pages']
features = ['bootstrap','responsive']
min_version = "0.62.0"