aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/feeds.tmpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/feeds.tmpl b/static/feeds.tmpl
new file mode 100644
index 0000000..fb089fd
--- /dev/null
+++ b/static/feeds.tmpl
@@ -0,0 +1,13 @@
+<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