alembic-jekyll-theme 3.0.2 → 3.0.3
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/post-pagination.html +4 -4
- data/_includes/site-analytics.html +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4646f29c7a2a6279c257214803e7b686d892bc0d
|
4
|
+
data.tar.gz: 692c30643d263a526c748060a1c6c7ef38857375
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3742ecb25df366ee0835151720ba32dd3dd1d48b8be9dbe5321802f0579afcec798065fc4198386568c37e02992a025879df0263e0a4b6237b501f4f0b00c7da
|
7
|
+
data.tar.gz: d013487763767545fa75e4dc7b09a68f61be4188dbcde4af44f86fd5973d64dd95f366307afc9b45da9126a2c023924bae59ab2f76e4f758a971382b692a7808
|
@@ -1,17 +1,17 @@
|
|
1
1
|
<nav class="nav nav--paginator">
|
2
2
|
|
3
3
|
{% if paginator.previous_page %}
|
4
|
-
<a href="{{ site.baseurl }}{{ paginator.previous_page_path }}" class="pagination pagination--previous">←
|
4
|
+
<a href="{{ site.baseurl }}{{ paginator.previous_page_path }}" class="pagination pagination--previous">← Newer</a>
|
5
5
|
{% else %}
|
6
|
-
<span class="pagination pagination--previous">←
|
6
|
+
<span class="pagination pagination--previous">← Newer</span>
|
7
7
|
{% endif %}
|
8
8
|
|
9
9
|
<span class="pagination pagination--counter">Page: {{ paginator.page }} of {{ paginator.total_pages }}</span>
|
10
10
|
|
11
11
|
{% if paginator.next_page %}
|
12
|
-
<a href="{{ site.baseurl }}{{ paginator.next_page_path }}" class="pagination pagination--next">
|
12
|
+
<a href="{{ site.baseurl }}{{ paginator.next_page_path }}" class="pagination pagination--next">Older →</a>
|
13
13
|
{% else %}
|
14
|
-
<span class="pagination pagination--next">
|
14
|
+
<span class="pagination pagination--next">Older →</span>
|
15
15
|
{% endif %}
|
16
16
|
|
17
17
|
</nav>
|
@@ -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.
|
2
|
+
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></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.
|
8
|
+
gtag('config', '{{ site.google_analytics }}');
|
9
9
|
</script>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alembic-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Darnes
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-03-
|
11
|
+
date: 2018-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|