Website settings is a single place where various global and system-level content settings can be configured for your website’s blog, navigation, pages, and themes.
{{ content.blog }}
and {{ group.public_title }}
will render the name set here.
{{ group.header }}
will render the header set here.
{{ group.html_title }}
will render the title set here.
{{ group.description }}
will render the description set here. This meta description will be used on blog listing pages.
{{ group.absolute_url }}
will render the URL set here.
{{ standard_header_includes }}
variable. Any code added to the blog post header HTML will be added to all blog posts via the {{ standard_header_includes }}
variable.
{{ standard_footer_includes }}
variable. Any code added to the blog post footer HTML will be added to all blog posts via the {{ standard_footer_includes }}
variable.
{{ standard_header_includes }}
variable.
{{ standard_footer_includes }}
variable. Typically this is a good place for adding tracking codes and other scripts that are “non-essential” to your site functioning or looking good. That way it will not negatively impact any of your templates or pages.
?hsMoveJQueryToFooter=True
to your page URL will allow you to test this change and ensure it does not impact your site’s appearance negatively.
The option to disable jQuery is also located within Pages Settings.
site_settings
dictionary and used in your coded files: