neq not defined

This commit is contained in:
techknowlogick 2018-06-12 12:38:10 -04:00 committed by GitHub
parent bc898b28cf
commit 5081c40fc2
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 neq DefaultTheme "default"}}
{{if not (eq DefaultTheme "default")}}
<link rel="stylesheet" href="{{AppSubUrl}}/css/theme-{{DefaultTheme}}.css">
{{end}}
{{template "custom/header" .}}