From d1f57134b52154429ed504e917ef2e97cf1de348 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Wed, 13 Mar 2024 19:00:23 +0300 Subject: [PATCH] Revert "Delete Telegram link (#1)" This reverts commit b0b60d4066e83417ee833fba1358a752a2858640. --- config.toml | 1 + layouts/partials/sections/contacts.html | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index aaa1bea..8bca2d0 100644 --- a/config.toml +++ b/config.toml @@ -8,6 +8,7 @@ enableRobotsTXT = true [Params] Name = "Сергей Чеботарь" Description = "Резюме Сергея Чеботаря на должность стажера .NET по направлению backend" + Telegram = "serghei_cebotari" Website = "cebotari.ru" Gitea = "gitea.cebotari.ru" favicon = "images/favicon.png" \ No newline at end of file diff --git a/layouts/partials/sections/contacts.html b/layouts/partials/sections/contacts.html index 665064b..979acf1 100644 --- a/layouts/partials/sections/contacts.html +++ b/layouts/partials/sections/contacts.html @@ -1,7 +1,15 @@

{{ .Site.Params.Name }}

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