diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-13 22:23:54 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-13 22:23:54 -0800 |
| commit | 860e1ecb570bda229b6a64fef905923898e0f832 (patch) | |
| tree | 261c4781766e3d6d273809625cc4e364ab07b925 /static/feeds.tmpl | |
| parent | 47c43577ead8721008b858232511b2f65e0ed574 (diff) | |
| download | neko-860e1ecb570bda229b6a64fef905923898e0f832.tar.gz neko-860e1ecb570bda229b6a64fef905923898e0f832.tar.bz2 neko-860e1ecb570bda229b6a64fef905923898e0f832.zip | |
Audit and reduce Go dependencies: replace go.rice with embed, pflag with flag
Diffstat (limited to 'static/feeds.tmpl')
| -rw-r--r-- | static/feeds.tmpl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/static/feeds.tmpl b/static/feeds.tmpl deleted file mode 100644 index fb089fd..0000000 --- a/static/feeds.tmpl +++ /dev/null @@ -1,13 +0,0 @@ -<html> -<head> -<title>neko exported feeds</title> -</head> -<body> -<h1>neko exported feeds</h1> -<ul> -{{ range . }} -<li><a href="{{.WebUrl}}">{{.Title}}</a> | <a href="{{.Url}}">xml</a></li> -{{ end }} -</ul> -</body> -</html>
\ No newline at end of file |
