jekyll-theme-glueckkanja 0.9.1 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/head.html +5 -0
- data/_includes/scripts.html +2 -0
- data/assets/_azureroot/favicon.ico +0 -0
- data/assets/favicons/mpn-gold-competences-white.png +0 -0
- data/assets/favicons/mpn-gold-competences-white@2x.png +0 -0
- data/assets/favicons/mpn-gold-competences.png +0 -0
- data/assets/favicons/mpn-gold-competences@2x.png +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d65590b78b6db564f18f103c11b67ab02898241b9cc616f6742010d86596b0cf
|
4
|
+
data.tar.gz: 96abb58a0b299f711f3410222e3b212c96f36a9897f5055662fc2d6f7e4e3e4d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e79a64533506474ed0ffc537930c4005c29dbe9e3ee961f322c7fbdf2f502ffdea82bf94da1f9ccb5a26941cea10d219bb03951e6a894857e3a2f8ad36c16a0f
|
7
|
+
data.tar.gz: b6a129db3a3b07f3804cda383eed94137e77aae763878b02af08b0da001696f20735a0f43f807a5a84d50afd344b0adca33abb16f3ee2741f816fc3ea1f7b37b
|
data/_includes/head.html
CHANGED
@@ -3,6 +3,11 @@
|
|
3
3
|
<meta http-equiv="Content-Language" content="{{site.active_lang}}">
|
4
4
|
<meta name="viewport" content="width=device-width, initial-scale=1"> {% if jekyll.environment != "production" %}
|
5
5
|
<meta name="robots" content="noindex, nofollow">{% endif %}
|
6
|
+
<link rel="dns-prefetch" href="//res.cloudinary.com">
|
7
|
+
<link rel="dns-prefetch" href="//fonts.googleapis.com">
|
8
|
+
<link rel="dns-prefetch" href="//www.googleadservices.com">
|
9
|
+
<link rel="dns-prefetch" href="//www.google-analytics.com">
|
10
|
+
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
|
6
11
|
|
7
12
|
<!-- Plain Description -->
|
8
13
|
<title>{{ site.title | escape }}{% if page.title %} | {{ page.title | escape }}{% endif %}</title>
|
data/_includes/scripts.html
CHANGED
@@ -89,6 +89,7 @@ var google_remarketing_only = false;
|
|
89
89
|
</noscript>
|
90
90
|
|
91
91
|
<!-- Fullstory Analytics -->
|
92
|
+
{% if site.fullstory.active == true %}
|
92
93
|
<script>
|
93
94
|
window['_fs_debug'] = false;
|
94
95
|
window['_fs_host'] = 'fullstory.com';
|
@@ -106,6 +107,7 @@ var google_remarketing_only = false;
|
|
106
107
|
';path=/;expires='+new Date(0).toUTCString();i=d.indexOf('.');if(i<0)break;d=d.slice(i+1)}}};
|
107
108
|
})(window,document,window['_fs_namespace'],'script','user');
|
108
109
|
</script>
|
110
|
+
{% endif %}
|
109
111
|
|
110
112
|
<!-- SEO Details -->
|
111
113
|
<script type="application/ld+json">
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-glueckkanja
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "@glueckkanja"
|
@@ -292,6 +292,7 @@ files:
|
|
292
292
|
- _sass/font-awesome/scss/v4-shims.scss
|
293
293
|
- assets/_azureroot/_config.yml
|
294
294
|
- assets/_azureroot/dot.gitignore
|
295
|
+
- assets/_azureroot/favicon.ico
|
295
296
|
- assets/_azureroot/web.config
|
296
297
|
- assets/css/app.scss
|
297
298
|
- assets/css/site.scss
|