Fix main logos default path

This commit is contained in:
Emruz Hossain 2021-01-12 18:16:18 +06:00 committed by GitHub
parent 182f492df2
commit 92556b71c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{{/* default logos */}}
{{ $mainLogo := "/images/site/main-logo.png" }}
{{ $mainLogo := "/images/main-logo.png" }}
{{ $invertedLogo := "/images/inverted-logo.png" }}
{{/* if custom logo is used, them */}}