diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/fs.go | 6 | ||||
-rw-r--r-- | templates/telegram.gotmpl | 7 |
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 |