betterplace-content 0.6.4 → 0.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/google_analytics.html +7 -1
- data/_includes/hotjar.html +1 -1
- data/_sass/lpm/_col2.sass +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b80e07261ea13845f907dc98fd635de26ee6dd78628026eb167cf558ca546610
|
|
4
|
+
data.tar.gz: 13e5e3cb50deaf4fd837aa7e0e6f079faf1ade37196dd254baa771aa572f583b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01b3b72e2e9864424917700975133b9bf67199db293dd9e7ad73ad11aadf599896550e0cd9cce9f32827481fc9a493011f069be24c34f387cf178f37e7660036
|
|
7
|
+
data.tar.gz: fc50b7f39c9bf493a8805d5e1636fbb4d4015b184388efe72b772acaa03c3acef30261111a1661395cdde55c778fbcfc74225378c6e07b485f8927e4d28d2047
|
|
@@ -41,7 +41,13 @@ if(window.getDevicePixelRatio!==undefined) {
|
|
|
41
41
|
|
|
42
42
|
ga('set', 'dimension4', '{{ site.lang }}'); // Sprache der URL (Hit)
|
|
43
43
|
{% if page.url contains '404' %}
|
|
44
|
-
|
|
44
|
+
// Custom Code for 404 pages:
|
|
45
|
+
ga('set', 'dimension5', 'page-errors/404-page'); // TrackingPath (Hit)
|
|
46
|
+
ga('send', 'event', 'page-errors', '404-page', document.URL, {'nonInteraction': 1});
|
|
47
|
+
ga('send', 'exception', {
|
|
48
|
+
'exDescription': 'page-errors/404-page',
|
|
49
|
+
'exFatal': true
|
|
50
|
+
});
|
|
45
51
|
{% else %}
|
|
46
52
|
ga('set', 'dimension5', '{{ site.baseurl }}{{ page.url }}');
|
|
47
53
|
{% endif %}
|
data/_includes/hotjar.html
CHANGED
data/_sass/lpm/_col2.sass
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: betterplace-content
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- betterplace.org Developers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-03-
|
|
11
|
+
date: 2019-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|