diff options
Diffstat (limited to 'exporter')
-rw-r--r-- | exporter/exporter.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/exporter/exporter.go b/exporter/exporter.go index 013377d..9172fec 100644 --- a/exporter/exporter.go +++ b/exporter/exporter.go @@ -38,10 +38,9 @@ func ExportFeeds(format string) string { case "html": htmlTemplateString := `<html> <head> -<title>neko exported feeds</title> +<title>feeds</title> </head> <body> -<h1>neko exported feeds</h1> <ul> {{ range . }} <li><a href="{{.WebUrl}}">{{.Title}}</a> | <a href="{{.Url}}">xml</a></li> |