forked from emilyntest/braze-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.html
33 lines (31 loc) · 1.09 KB
/
default.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
---
<!DOCTYPE html>
<html lang="{{site.language}}">
{% include html_include.html %}
<body data-spy="scroll" data-target="#toc" >
{% comment %} Google Tag Manager (noscript) {% endcomment %}
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{site.gta_tag_key}}"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
{% comment %} End Google Tag Manager (noscript) {% endcomment %}
{% include header.html %}
{% unless page.config_only %}
<div class="container-fluid" >
<div class="row flex-xl-nowrap d-print-block ">
{{ content }}
</div>
</div>
{% include contentcards.html %}
{% endunless %}
{% if page.local_redirect %}
<script type="text/javascript">
var validurls = (typeof validurls === "undefined") ? {} : validurls;
{%- assign valid_url_list = page.local_redirect -%}
{% for urlhash in valid_url_list %}
validurls['{{ urlhash[0] }}'.replace('#','').toLowerCase()] = '{{ urlhash[1] }}';
{%- endfor -%}
</script>
<script type='text/javascript' src='{% image_buster /assets/js/hash_redirect.js %}'></script>
{% endif %}
</body>
</html>