update per feedback

This commit is contained in:
techknowlogick 2018-06-11 03:17:46 -04:00 committed by GitHub
parent 7686c0cf84
commit 298055561a
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 neq DefaultTheme "default"}}
<link rel="stylesheet" href="{{AppSubUrl}}/css/theme-{{DefaultTheme}}.css">
{{end}}
{{template "custom/header" .}}