focus-theme 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +20 -10
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32dcd09f960764fa99e190a011feb202d5ad09b9b86e1e61eb90fcce2557510a
4
- data.tar.gz: ea559baba56d459cdc3c99bfef4d5caac8e139767c30b2019229b590516dad3f
3
+ metadata.gz: 9e2d02ef32aef8b70d9ccb0313b3726577fa87055d643b5848ffe54335910a29
4
+ data.tar.gz: 576c718352e48073445f3b7d16a9d97b05406138f32b7e2bfc016190a9e9c1ef
5
5
  SHA512:
6
- metadata.gz: 81f828fa9c88aa27d752e38a389a03b3f591474d5e82e8c9c79eb948ad0fe19c5ffa75cb431facb549772ce19860e49401fcf97871d30a13d2079a14d353cfab
7
- data.tar.gz: 415842a3d4569e39fc2e7042f913e9f6fc7f03881fd78ce654dd84aaa1179c489f420f4c27fabb59ea20b3bf3930aa9c9dc2916b0e1f3f92fecb50e94f54691a
6
+ metadata.gz: a19e1a99ceeed3eeafebf392efde948f019f3f2c34bcef1e32568353942167776a913324121f95328bb15f1316dcc921f5a09f2743ca47e65fb13eea62cde409
7
+ data.tar.gz: 61c90f778ad90b5a1bec59b9114c63627d946781f481a59161f710d1aec63d259367f111f11ed8d5151635bde09f161af88ece916b598871e15982359aad5910
@@ -1,6 +1,15 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
3
  <head>
4
+ <!-- Google tag (gtag.js) -->
5
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{site.data.google.analytics}}"></script>
6
+ <script>
7
+ window.dataLayer = window.dataLayer || [];
8
+ function gtag(){dataLayer.push(arguments);}
9
+ gtag('js', new Date());
10
+
11
+ gtag('config', '{{site.data.google.analytics}}');
12
+ </script>
4
13
  <meta charset="utf-8">
5
14
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6
15
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
@@ -8,6 +17,8 @@
8
17
 
9
18
  {% seo %}
10
19
 
20
+ <meta name="google-adsense-account" content="{{ site.data.adsense.account }}">
21
+
11
22
  <link rel="shortcut icon" type="image/x-icon" href="{{ '/site.favicon' | relative_url}}">
12
23
 
13
24
  <!-- Font Awesome Icons -->
@@ -19,7 +30,6 @@
19
30
  <!-- Bootstrap Modified -->
20
31
  <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
21
32
 
22
-
23
33
  <!-- Theme Stylesheet -->
24
34
  <link rel="stylesheet" href="{{ '/assets/css/theme.css' | relative_url }}">
25
35
 
@@ -78,17 +88,17 @@
78
88
  <!-- Footer -->
79
89
  <footer class="bg-white border-top p-3 text-muted small">
80
90
  <div class="container">
81
- <div class="row align-items-center justify-content-between">
82
- <div>
83
- <span class="navbar-brand mr-2 mb-0"><strong>{{ site.data.footer.copyright_title }}</strong></span>
84
- <span>Copyright © <script>document.write(new Date().getFullYear())</script>.</span>
85
- </div>
86
- {% if site.data.footer.show_credit %}
91
+ <div class="row align-items-center justify-content-between">
87
92
  <div>
88
- Made with <a target="_blank" class="text-dark font-weight-bold" href="https://www.globalnomadstudios.com/focus-jekyll-theme/"> Focus Jekyll Theme </a> by <a class="text-dark" target="_blank" href="https://www.globalnomadstudios.com">Global Nomad</a>.
93
+ <span class="navbar-brand mr-2 mb-0"><strong>{{ site.data.footer.copyright_title }}</strong></span>
94
+ <span>Copyright © <script>document.write(new Date().getFullYear())</script>.</span>
89
95
  </div>
90
- {% endif %}
91
- </div>
96
+ {% if site.data.footer.show_credit %}
97
+ <div>
98
+ Made with <a target="_blank" class="text-dark font-weight-bold" href="https://www.globalnomadstudios.com/focus-jekyll-theme/"> Focus Jekyll Theme </a> by <a class="text-dark" target="_blank" href="https://www.globalnomadstudios.com">Global Nomad</a>.
99
+ </div>
100
+ {% endif %}
101
+ </div>
92
102
  </div>
93
103
  </footer>
94
104
  </body>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: focus-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Global Nomad LLC