From fa1de609a2c7e80953c70161b6887aca9ac97fad Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Tue, 12 Dec 2023 22:12:39 +0300 Subject: [PATCH] Add link icons --- layouts/partials/sections/contacts.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/layouts/partials/sections/contacts.html b/layouts/partials/sections/contacts.html index 44bd543..9b5649c 100644 --- a/layouts/partials/sections/contacts.html +++ b/layouts/partials/sections/contacts.html @@ -2,15 +2,35 @@

{{ .Site.Params.Name }}

{{ with .Site.Params.Telegram }} + + + @{{ . }} | {{ end }} {{ with .Site.Params.Email }} + + + {{ . }} | {{ end }} {{ with .Site.Params.Website }} + + + {{ . }} | {{ end }} {{ with .Site.Params.Gitea }} + + + {{ . }} {{ end }}