diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 36ebabb..b36d169 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -40,18 +40,22 @@ contact_form_action = "#" # contact form works with : https://formspree.io ############################## social links ############################## [[params.social]] icon = "ti-facebook" # themify icon pack : https://themify.me/themify-icons +name = "Facebook" link = "#" [[params.social]] icon = "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons +name = "Twitter" link = "#" [[params.social]] icon = "ti-github" # themify icon pack : https://themify.me/themify-icons +name = "Github" link = "#" [[params.social]] icon = "ti-linkedin" # themify icon pack : https://themify.me/themify-icons +name = "Linkedin" link = "#" ################################ English Language ###################### diff --git a/layouts/partials/default.html b/layouts/partials/default.html index 001555f..b60b3cb 100644 --- a/layouts/partials/default.html +++ b/layouts/partials/default.html @@ -4,9 +4,9 @@