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:
authorSomrat <themefisher.dev@gmail.com>2022-02-07 14:22:53 +0300
committerSomrat <themefisher.dev@gmail.com>2022-02-07 14:22:53 +0300
commit8b45792e19c31e058187824c2c0771180c0dc251 (patch)
tree9b7b19f69545c73ce9404847ebe5a3c1b4dffc03
parent15b8626e7fc29b1609f632e1698947043ee05f19 (diff)
modified urls
-rw-r--r--exampleSite/.hugo_build.lock0
-rw-r--r--exampleSite/config.toml10
-rw-r--r--layouts/partials/blog.html2
3 files changed, 6 insertions, 6 deletions
diff --git a/exampleSite/.hugo_build.lock b/exampleSite/.hugo_build.lock
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/exampleSite/.hugo_build.lock
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index aee6b47..def548a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,5 +1,5 @@
######################## default configuration ####################
-baseURL = "https://demo.gethugothemes.com/restaurant/"
+baseURL = "https://demo.gethugothemes.com/restaurant/examplesite/"
languageCode = "en-us"
title = "Restaurant Hugo"
theme = "restaurant-hugo"
@@ -99,17 +99,17 @@ socialTitle = "Follow <span>US</span>"
############################ footer contact item
[[params.footer.contactItem]]
-title="Telephone"
+title = "Telephone"
icon = "fa fa-phone"
content = "016742 323313"
[[params.footer.contactItem]]
-title="Address"
+title = "Address"
icon = "fa fa-map-marker"
content = "2046 Blue Spruce Lane Laurel Canada"
[[params.footer.contactItem]]
-title="E mail"
+title = "E mail"
icon = "fa fa-envelope"
content = "rest@gmail.com - rest@mail.ru"
@@ -147,4 +147,4 @@ link = "https://fb.com/themefisher"
[[params.footer.socialLink]]
icon = "instagram"
-link = "https://fb.com/themefisher" \ No newline at end of file
+link = "https://fb.com/themefisher"
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>