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

github.com/gkmngrgn/hugo-alageek-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer_telegram.html')
-rw-r--r--layouts/partials/footer_telegram.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/partials/footer_telegram.html b/layouts/partials/footer_telegram.html
new file mode 100644
index 0000000..7addb80
--- /dev/null
+++ b/layouts/partials/footer_telegram.html
@@ -0,0 +1,10 @@
+{{ if .Site.Params.telegram }}
+ <a href="https://t.me/{{ .Site.Params.telegram }}" target="_blank" class="mx-1 ml-md-2 mr-md-0 icon">
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
+ <circle cx="120" cy="120" r="120"/>
+ <path fill="#c8daea" d="m98 175c-3.8876 0-3.227-1.4679-4.5678-5.1695L82 132.2059 170 80"/>
+ <path fill="#a9c9dd" d="m98 175c3 0 4.3255-1.372 6-3l16-15.558-19.958-12.035"/>
+ <path fill="#eff7fc" d="m100.04 144.41 48.36 35.729c5.5185 3.0449 9.5014 1.4684 10.876-5.1235l19.685-92.763c2.0154-8.0802-3.0801-11.745-8.3594-9.3482l-115.59 44.571c-7.8901 3.1647-7.8441 7.5666-1.4382 9.528l29.663 9.2583 68.673-43.325c3.2419-1.9659 6.2173-0.90899 3.7752 1.2584"/>
+ </svg>
+ </a>
+{{ end }}