aboutsummaryrefslogtreecommitdiffstats
path: root/static/feeds.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'static/feeds.tmpl')
-rw-r--r--static/feeds.tmpl13
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