aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2018-12-29 20:00:25 -0800
committerAdam Mathes <adam@trenchant.org>2018-12-29 20:00:25 -0800
commit0318104a27df05ebb41423504eeafa76337a796c (patch)
tree178ae82e61d0477ead8daf519e249d6302b4604f
parentcb3c8ef60ceff0501dd5c7fcee5a8871056fc39d (diff)
downloadneko-0318104a27df05ebb41423504eeafa76337a796c.tar.gz
neko-0318104a27df05ebb41423504eeafa76337a796c.tar.bz2
neko-0318104a27df05ebb41423504eeafa76337a796c.zip
remove h1 from html export
-rw-r--r--exporter/exporter.go3
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>