Small fixes

This commit is contained in:
Dmitry Kolosov 2020-07-09 22:21:39 +03:00
parent 28e56764fd
commit aedb7a3aa8
4 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,3 @@
{{ $style := "light-without-switcher" }}
{{ if and (isset site.Params "style") (ne site.Params.style "") }}
{{ $style = site.Params.style | lower }}