<!doctype html>
<html lang="">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/css/global.min.css" />
</head>
<body class="u-bgc--body" dir="ltr">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="/static/js/global.min.js"></script>
</body>
</html>
<!doctype html>
<html lang="{{ craft.locale }}">
<head>
{# Meta #}
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{# SEOMatic plugin for CraftCMS
{% hook 'seomaticRender' %}
#}
{# Icons #
{% include '_partials/_favicons' %}
#}
{# Styles #}
<link href="{{ '/css/global.min.css' }}" />
</head>
<body class="u-bgc--body{% if bodyClass is defined %} {{ bodyClass }}{% endif %}{% if entry is defined %} layout--{{ entry.section.handle|lower }} view--{{ entry.type|lower }}{% endif %}{% if entry.slider is defined and entry.slider|length %} has-hero{% endif %}" dir="ltr">
{% block body %}{% endblock %}
{# JS #}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="{{ craft.bust.er('/static/js/global.min.js') }}"></script>
</body>
</html>
{
"siteName": "siteName",
"siteUrl": "/"
}
There are no notes for this item.