diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3e7d4cebe..5387f9dcd 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -127,11 +127,8 @@ paginate = 10 # Enable or disable top bar with social icons [params.topbar] enable = true - text = """ - - """ + text = """

Contact us on +420 777 555 333 or hello@universal.com.

+ """ # Enable and disable widgets for the right sidebar [params.widgets] @@ -161,11 +158,11 @@ paginate = 10 [params.see_more] enable = true - icon = "far fa-file-alt" + icon = "far fa-file-code" title = "Do you want to see more?" subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage." link_url = "#" - link_text = "Check other homepages" + link_text = "See another homepage" [params.clients] enable = true diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 647dddce4..7aec0738f 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -17,7 +17,7 @@
-
+
-

{{ .Title }}

-
+

{{ .Title }}

+

{{ if isset .Params "author" }} {{ i18n "authorBy" }} {{ .Params.author }} {{ end }} {{ if isset .Params "categories" }} {{ if gt (len .Params.categories) 0 }} - in {{ index .Params.categories 0 }} + in {{ index .Params.categories 0 }} {{ end }} {{ end }} @@ -56,24 +55,24 @@

{{ .Title }}

{{ .Summary }}

-

{{ i18n "continueReading" }} +

{{ i18n "continueReading" }}

{{ end }} -
diff --git a/layouts/partials/carousel.html b/layouts/partials/carousel.html index e61477358..80a47a337 100644 --- a/layouts/partials/carousel.html +++ b/layouts/partials/carousel.html @@ -1,29 +1,33 @@ {{ if isset .Site.Params "carousel" }} {{ if .Site.Params.carousel.enable }} {{ if gt (len .Site.Data.carousel) 0 }} -
-