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 @@
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 03c7968..5f3d3ed 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,7 +8,7 @@
    {{ range .Site.Params.social }} -
  • +
  • {{ end }}
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 64ae644..c7b8ada 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,8 +1,9 @@ {{ .Title }} - + {{ hugo.Generator }} + {{ "" | safeHTML }} diff --git a/static/plugins/themify-icons/themify-icons.css b/static/plugins/themify-icons/themify-icons.css index db133b8..9f2ea36 100644 --- a/static/plugins/themify-icons/themify-icons.css +++ b/static/plugins/themify-icons/themify-icons.css @@ -7,6 +7,7 @@ url('fonts/themify.svg?-fvbane#themify') format('svg'); font-weight: normal; font-style: normal; + font-display: swap; } [class^="ti-"],