update theme name

This commit is contained in:
techknowlogick 2018-07-04 10:29:47 -04:00 committed by GitHub
parent 554a862ddb
commit eb5e2ca76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@
<meta property="og:url" content="{{AppUrl}}" />
<meta property="og:description" content="{{MetaDescription}}">
{{end}}
{{if not (eq DefaultTheme "default")}}
{{if not (eq DefaultTheme "gitea")}}
<link rel="stylesheet" href="{{AppSubUrl}}/css/theme-{{DefaultTheme}}.css">
{{end}}
{{template "custom/header" .}}