summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-17 20:51:07 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-17 20:51:07 +0300
commit12cd485899f55058339faeca0f8523fbb0d2b334 (patch)
treed059341d5fb86d5f8ef80c366f167fd448651425 /templates
parent70565ecac31f7bb5c1d6c559ed18ff9f9c56ac46 (diff)
Обновил публикацию в телеграмHEADmaster
Diffstat (limited to 'templates')
-rw-r--r--templates/fs.go6
-rw-r--r--templates/telegram.gotmpl7
2 files changed, 0 insertions, 13 deletions
diff --git a/templates/fs.go b/templates/fs.go
deleted file mode 100644
index 197a5e1..0000000
--- a/templates/fs.go
+++ /dev/null
@@ -1,6 +0,0 @@
-package templates
-
-import "embed"
-
-//go:embed *.gotmpl
-var Templates embed.FS
diff --git a/templates/telegram.gotmpl b/templates/telegram.gotmpl
deleted file mode 100644
index 775322c..0000000
--- a/templates/telegram.gotmpl
+++ /dev/null
@@ -1,7 +0,0 @@
-{{define "telegram"}}
-<b>{{.Title}}</b>
-
-{{.Content}}
-
-<a href="{{.Link}}">Перейти к оригиналу</a>
-{{end}} \ No newline at end of file