summaryrefslogtreecommitdiff
path: root/themes/CodeIT/layouts/partials/plugin
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2021-08-29 11:48:16 +0200
committerChristoph Cullmann <cullmann@kde.org>2021-08-29 11:48:16 +0200
commit0321812a29e6ec32663556fa7abe2bf2880e5762 (patch)
treeabe0294bd63c046d2b5a164d987d67a64db2c2f6 /themes/CodeIT/layouts/partials/plugin
parentf2375511935010a1aeee5683c30b3efb928bef2e (diff)
update to https://github.com/sunt-programator/CodeIT/releases/tag/v0.2.0
Diffstat (limited to 'themes/CodeIT/layouts/partials/plugin')
-rw-r--r--themes/CodeIT/layouts/partials/plugin/share.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/CodeIT/layouts/partials/plugin/share.html b/themes/CodeIT/layouts/partials/plugin/share.html
index 941647c..3273f9f 100644
--- a/themes/CodeIT/layouts/partials/plugin/share.html
+++ b/themes/CodeIT/layouts/partials/plugin/share.html
@@ -196,4 +196,11 @@
{{- dict "Class" "fab fa-mix fa-fw" | partial "plugin/icon.html" -}}
</a>
{{- end -}}
+
+ {{- /* 029: Telegram */ -}}
+ {{- if $share.Telegram -}}
+ <a href="javascript:void(0);" title="{{ T `shareOn` }} Telegram" data-sharer="telegram" data-url="{{ .Permalink }}" data-title="{{ .Title }}">
+ {{- dict "Class" "fab fa-telegram-plane fa-fw" | partial "plugin/icon.html" -}}
+ </a>
+ {{- end -}}
{{- end -}}