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

github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKuba <kuba.serafinowski@gmail.com>2019-07-28 21:18:41 +0300
committerKuba <kuba.serafinowski@gmail.com>2019-07-28 21:18:41 +0300
commit5f53ccdc9b4daa9d30c465d0b115a9c2ac6b0898 (patch)
treea92de790fce46f787b019a6a183cab6b2a543aa4 /exampleSite
parent9c089cd9c5a65b6fedd77f67ded0bfd369cb1422 (diff)
set website logo alt in the config
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d6331bb..f85d464 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -10,6 +10,7 @@ theme = "hugo-serif-theme"
[params.logo]
mobile = "/images/logo-mobile.svg"
standard = "/images/logo.svg"
+ alt = "Serif - A Hugo Business Theme"
[params.homepage_meta_tags]
meta_description = "Serif is a modern business theme for Hugo. It contains content types for the archetypical business website. The theme is fully responsive, blazing fast and artfully illustrated."
@@ -42,4 +43,4 @@ theme = "hugo-serif-theme"
[[menu.footer]]
name = "Contact"
url = "/contact/"
- weight = 2 \ No newline at end of file
+ weight = 2