From 8b45792e19c31e058187824c2c0771180c0dc251 Mon Sep 17 00:00:00 2001 From: Somrat Date: Mon, 7 Feb 2022 17:22:53 +0600 Subject: modified urls --- exampleSite/.hugo_build.lock | 0 exampleSite/config.toml | 10 +++++----- layouts/partials/blog.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 exampleSite/.hugo_build.lock diff --git a/exampleSite/.hugo_build.lock b/exampleSite/.hugo_build.lock new file mode 100644 index 0000000..e69de29 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 US" ############################ 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 @@ {{ end }}
- All Post + All Post
-- cgit v1.2.3