summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/telegram.gotmpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/telegram.gotmpl b/templates/telegram.gotmpl
index 7523fa4..cd98d7a 100644
--- a/templates/telegram.gotmpl
+++ b/templates/telegram.gotmpl
@@ -1,7 +1,9 @@
{{define "telegram"}}
-<b>Новый пост в блоге Уголок NeonXP:</b>
-
<a href="{{.Link}}">{{.Title}}</a>
-Отправлено через <a href="https://gitrepo.ru/neonxp/rss2world">rss2world</a>
+{{.Content}}
+
+<a href="{{.Link}}">Запись полностью и комментарии</a>
+
+Отправлено через <a href="https://git.neonxp.ru/neonxp/rss2world">rss2world</a>
{{end}} \ No newline at end of file