Quick fix _globals.njk

This commit is contained in:
Bobby Wibowo 2020-05-17 22:43:01 +07:00
parent 3e41b3294c
commit 575a9353fa
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -8,7 +8,7 @@
{# Used in faq.njk and cookiepolicy.njk #}
{% set rootDomain = "fiery.me" %}
{% set wholeFaq = root + " website and sub-domains" %}
{% set wholeFaq = rootDomain + " website and sub-domains" %}
{% set wholeCookie = "This site and " + rootDomain + " website and sub-domains" %}
{% set email = "bobby@fiery.me" %}