File tree Expand file tree Collapse file tree 3 files changed +0
-37
lines changed Expand file tree Collapse file tree 3 files changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -1043,11 +1043,6 @@ func RegisterRoutes(m *macaron.Macaron) {
1043
1043
ctx .Redirect (path .Join (setting .StaticURLPrefix , "img/apple-touch-icon.png" ), 301 )
1044
1044
})
1045
1045
1046
- // Progressive Web App
1047
- m .Get ("/manifest.json" , templates .JSONRenderer (), func (ctx * context.Context ) {
1048
- ctx .HTML (200 , "pwa/manifest_json" )
1049
- })
1050
-
1051
1046
// prometheus metrics endpoint
1052
1047
if setting .Metrics .Enabled {
1053
1048
c := metrics .NewCollector ()
Original file line number Diff line number Diff line change 5
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
6
<meta http-equiv="x-ua-compatible" content="ie=edge">
7
7
<title>{{if .Title}}{{.Title | RenderEmojiPlain}} - {{end}} {{if .Repository.Name}}{{.Repository.Name}} - {{end}}{{AppName}} </title>
8
- <link rel="manifest" href="{{AppSubUrl}}/manifest.json" crossorigin="use-credentials">
9
8
<meta name="theme-color" content="{{ThemeColorMetaTag}}">
10
9
<meta name="author" content="{{if .Repository}}{{.Owner.Name}}{{else}}{{MetaAuthor}}{{end}}" />
11
10
<meta name="description" content="{{if .Repository}}{{.Repository.Name}}{{if .Repository.Description}} - {{.Repository.Description}}{{end}}{{else}}{{MetaDescription}}{{end}}" />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments