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

github.com/saey55/hugo-elate-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMR CHRISTOPHE PRIGENT <christophe.prigent@gmail.com>2018-01-24 12:53:50 +0300
committerGitHub <noreply@github.com>2018-01-24 12:53:50 +0300
commitc2a7b11cd51a8c116e8c3858e54228725d407e9e (patch)
tree800a7c6ba5c747011182d321d59ff6bb747ef99a
parent48c083848bea8fe1e211814bf6eac8895da9c219 (diff)
Allow links in footer to be parameterized.
-rw-r--r--exampleSite/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8b14fbc..f8fc2c5 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -278,3 +278,8 @@ theme = "hugo-elate-theme"
[params.footer]
enable = true
copyright = '&copy; Elate Free HTML5. All Rights Reserved. <br>Created by <a href="http://freehtml5.co/" target="_blank">FREEHTML5.co</a> Images: <a href="http://pexels.com/" target="_blank">Pexels</a>, <a href="http://plmd.me/" target="_blank">plmd.me</a> <br>Hugo port by: <a href="https://github.com/saey55" target="_blank">saey55</a>'
+ links = [
+ ["icon-twitter", "#twitter"],
+ ["icon-facebook", "#facebook"],
+ ["icon-youtube", "#youtube"]
+ ]