Skip to content

Commit 7abfdae

Browse files
committed
Disable heatmap on all pages
1 parent 87ac9be commit 7abfdae

9 files changed

+8
-9
lines changed

_includes/head.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
{%- assign layout_heatmap = layout.heatmap | default: false -%}
55
{%- assign heatmap = page_heatmap == true and layout_heatmap == true -%}
66
{%- if page_heatmap == true or layout_heatmap == true -%}
7-
{%- include hotjar.html -%}
87
{%- endif -%}
98
<title>{{ page.title }}</title>
109

community-donations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
nav: floating
66
background: /images/hero/defold-top-bg-transparent-2.png
77
after: [donors_and_partners.html]
8-
heatmap: true
8+
heatmap: false
99
---
1010

1111
<h3>Community donations</h3>

contribute.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
nav: floating
66
background: /images/hero/defold-top-bg-transparent-2.png
77
after: [opensource_section.html, donors_and_partners.html]
8-
heatmap: true
8+
heatmap: false
99
---
1010

1111
<h3>How to get involved</h3>

corporate-partnerships.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
nav: floating
66
background: /images/hero/defold-top-bg-transparent-2.png
77
after: [donors_and_partners.html]
8-
heatmap: true
8+
heatmap: false
99
---
1010

1111
<h3>Corporate partnerships</h3>

donate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
nav: floating
66
background: /images/hero/defold-top-bg-transparent-2.png
77
after: [donors_and_partners.html]
8-
heatmap: true
8+
heatmap: false
99
---
1010

1111
<h2>Why we seek donations and partnerships</h2>

download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: Download Defold
44
description: Defold is a fully-featured game development environment. There's nothing to set up or configure, not even when bundling. Simply download the editor and get creative!
55
nav: floating
6-
heatmap: true
6+
heatmap: false
77
background: /images/hero/defold-top-bg-transparent-2.png
88
after: [subscribe.html, learn_section.html, donors_and_partners.html]
99
---

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: Defold - Official Homepage - Cross platform game engine
44
nav: floating
5-
heatmap: true
5+
heatmap: false
66
background: /images/hero/defold-top-bg-transparent-2.png
77
---
88

product.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: Defold Product Overview
44
description: Defold is a turn-key solution, providing everything you need to build a game. Learn about the major features of the engine on this product page. Make sure to also check the Learn pages for additional and more detailed information.
55
nav: floating
6-
heatmap: true
6+
heatmap: false
77
background: /images/hero/defold-top-bg-transparent-2.png
88
after: [opensource_section.html, learn_section.html, yellow_download_section.html, donors_and_partners.html]
99
---

web-monetization-challenge-2020.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: The Web Monetization Challenge 2020
44
description: The Defold Foundation is inviting web game developers across the world to join the month long Web Monetization game jam.
55
nav: floating
6-
heatmap: true
6+
heatmap: false
77
background: /images/hero/defold-top-bg-transparent-2.png
88
after: [donors_and_partners.html]
99
---

0 commit comments

Comments
 (0)