gravid 1.3.5 → 1.4.0
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/_config.yml +1 -0
- data/_includes/google-analytics.html +2 -2
- data/_includes/head.html +2 -8
- data/_layouts/default.html +1 -1
- 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: c3c25935105009c78fc825e818cea17b5bd131de1bd3ffa2bd7b38a7c1c56110
|
|
4
|
+
data.tar.gz: 2bc7d996fe049a8bac95a84965fb4e611f24967e5c798eed37287f531e0c7b2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f8ba41858a3dc5bc6d6f7d8524ca6030221f4db38c36ed3b3acaff618b8c946e70ef226a32bd7c1f414c60655bb79ba154ac7ae6a9244e15c5e73dd617f3475
|
|
7
|
+
data.tar.gz: f02e6d9af877120bfd16a7ecba55f6d3683bc732db1194c95fb5c358dbd5c6de1d6ff08f3e1ea06a7dac23155b1775a73253989f6072fe6d39f313aff37862c8
|
data/_config.yml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
2
|
-
<script async src="https://www.googletagmanager.com/gtag/js?id='{{ site.google_analytics.
|
|
2
|
+
<script async src="https://www.googletagmanager.com/gtag/js?id='{{ site.google_analytics.measurement_id }}'"></script>
|
|
3
3
|
<script>
|
|
4
4
|
window.dataLayer = window.dataLayer || [];
|
|
5
5
|
function gtag(){dataLayer.push(arguments);}
|
|
6
6
|
gtag('js', new Date());
|
|
7
7
|
|
|
8
|
-
gtag('config', '{{ site.google_analytics.
|
|
8
|
+
gtag('config', '{{ site.google_analytics.measurement_id }}');
|
|
9
9
|
</script>
|
data/_includes/head.html
CHANGED
|
@@ -4,10 +4,8 @@
|
|
|
4
4
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
{% if site.slogan and page.url == '/' %} | {{ site.slogan | escape }}{% endif %}
|
|
10
|
-
</title>
|
|
7
|
+
{% seo %}
|
|
8
|
+
|
|
11
9
|
<link rel="alternate" type="application/rss+xml" title="RSS feed for {{ site.title | escape }}" href="{{ site.url }}/feed">
|
|
12
10
|
{% if page.tags != null %}
|
|
13
11
|
<meta name="keywords" content="{{ page.tags }}">
|
|
@@ -34,9 +32,5 @@
|
|
|
34
32
|
<link rel="manifest" href="/assets/icons/manifest.json">
|
|
35
33
|
<meta name="msapplication-TileImage" content="{{ site.url }}/assets/icons/zddhub_270.png">
|
|
36
34
|
|
|
37
|
-
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
|
|
38
|
-
|
|
39
35
|
<script data-ad-client="ca-pub-1326478359331739" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
40
|
-
|
|
41
|
-
{% seo %}
|
|
42
36
|
</head>
|
data/_layouts/default.html
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gravid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- zddhub
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-04-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|