focus-theme 0.1.1 → 0.1.3

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 +22 -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: cce1fc4c10c73efc2b05fa6c345c9d5562e117d325a35aec1362de94765ec0b9
4
+ data.tar.gz: c48159d9cf8cca01dfc678c86dcc8ab77266c4d2887dafb99f20dbd813440913
5
5
  SHA512:
6
- metadata.gz: 81f828fa9c88aa27d752e38a389a03b3f591474d5e82e8c9c79eb948ad0fe19c5ffa75cb431facb549772ce19860e49401fcf97871d30a13d2079a14d353cfab
7
- data.tar.gz: 415842a3d4569e39fc2e7042f913e9f6fc7f03881fd78ce654dd84aaa1179c489f420f4c27fabb59ea20b3bf3930aa9c9dc2916b0e1f3f92fecb50e94f54691a
6
+ metadata.gz: 3d047bb2df8e1370a380195f530bf3f81cc728f3e754da260018352db32ba7ea793805e68e345239290dba8632e6afbfbcf7154f103b1d4cef4e9bcd396bf966
7
+ data.tar.gz: 339cd31b4ef1e07128cb54d0eb9b12b1439f96ef789bc8675d0effb6e3b06df7d1dffb7a0ec1622252f95e9f0e04b671fe969b5135094dd5a132161448da327a
@@ -1,6 +1,19 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
3
  <head>
4
+ <!-- Google Adsense -->
5
+ <meta name="google-adsense-account" content="{{ site.data.adsense }}">
6
+
7
+ <!-- Google Analytics tag (gtag.js) -->
8
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{site.data.google.analytics}}"></script>
9
+ <script>
10
+ window.dataLayer = window.dataLayer || [];
11
+ function gtag(){dataLayer.push(arguments);}
12
+ gtag('js', new Date());
13
+
14
+ gtag('config', '{{site.data.google.analytics}}');
15
+ </script>
16
+
4
17
  <meta charset="utf-8">
5
18
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6
19
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
@@ -19,7 +32,6 @@
19
32
  <!-- Bootstrap Modified -->
20
33
  <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
21
34
 
22
-
23
35
  <!-- Theme Stylesheet -->
24
36
  <link rel="stylesheet" href="{{ '/assets/css/theme.css' | relative_url }}">
25
37
 
@@ -78,17 +90,17 @@
78
90
  <!-- Footer -->
79
91
  <footer class="bg-white border-top p-3 text-muted small">
80
92
  <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 %}
93
+ <div class="row align-items-center justify-content-between">
87
94
  <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>.
95
+ <span class="navbar-brand mr-2 mb-0"><strong>{{ site.data.footer.copyright_title }}</strong></span>
96
+ <span>Copyright © <script>document.write(new Date().getFullYear())</script>.</span>
89
97
  </div>
90
- {% endif %}
91
- </div>
98
+ {% if site.data.footer.show_credit %}
99
+ <div>
100
+ 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>.
101
+ </div>
102
+ {% endif %}
103
+ </div>
92
104
  </div>
93
105
  </footer>
94
106
  </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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Global Nomad LLC