simplify template

This commit is contained in:
techknowlogick 2018-07-05 10:26:45 -04:00 committed by GitHub
parent eb5e2ca76f
commit 3e990502c6
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 "gitea")}}
{{if ne DefaultTheme "gitea"}}
<link rel="stylesheet" href="{{AppSubUrl}}/css/theme-{{DefaultTheme}}.css">
{{end}}
{{template "custom/header" .}}