openidec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 4659b4f8b7784c7e365714a1dace43d44adcd22c
parent 589d0e597dae11295f31e7b89cc97688de668e96
Author: Peter Kosyh <p.kosyh@gmail.com>
Date:   Sat, 30 Jan 2021 15:44:32 +0000

Merge branch 'master' of https://github.com/gl00my/ii-go

Diffstat:
Mii-node/tpl/header.tpl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ii-node/tpl/header.tpl b/ii-node/tpl/header.tpl @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width; initial-scale=1.0"> <link rel="icon" href="/lib/icon.png" type="image/png"> <link rel="stylesheet" type="text/css" href="/lib/style.css"> -{{ if eq .Template "query.tpl" }}<link href="/{{.BasePath}}/rss" type="application/atom+xml" rel="alternate" title="{{.Sysname}} {{.BasePath}} :: Atom feed" />{{ end }} +{{ if eq .Template "query.tpl" }}<link href="/{{.BasePath}}/rss" type="application/rss+xml" rel="alternate" title="{{.Sysname}} {{.BasePath}} :: Atom feed" />{{ end }} <title>{{.Sysname}}</title> </head>