jekyll-theme-switch 0.5.1.pre.1 → 0.5.1
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/footer.html +6 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fed28c552991dd89ae3908fa605560262ac908c7876945e05b5aa8317459b30a
|
|
4
|
+
data.tar.gz: 8d2d2de8a110c81443e339252b10dee0d029823b026a1a336aba17c758f2619f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97152e2b7f5d2de17c1dcf4cdebb4be5550714d353da01edf007c85d6b0044b091e101406110f3329bffdee76eeffb88463f52fcd4b22aa1098923798889984c
|
|
7
|
+
data.tar.gz: 7d3c4c2b9b7044b9e541dcfde51122aa5935aa2d95763ff0569e5525252775bb6b6874321b20deca332a8f21ac1887341f2a959f1b9ec99fc83173323bcc6c1d
|
data/_includes/footer.html
CHANGED
|
@@ -103,6 +103,12 @@
|
|
|
103
103
|
Generated by <a href="https://jekyllrb.com/">Jekyll</a>
|
|
104
104
|
and the <a href="https://islandsvinur.gitlab.io/jekyll-theme-switch/">Logging the Switch theme</a>.
|
|
105
105
|
</div>
|
|
106
|
+
{{ site.config }}
|
|
107
|
+
{% if site.config['jekyll-theme-switch'].repository_prefix_url %}
|
|
108
|
+
<div class="footer-wide">
|
|
109
|
+
<a href="{{ site.config['jekyll-theme-switch'].repository_prefix_url }}{{ page.path }}">Edit this page</a> in GitLab.
|
|
110
|
+
</div>
|
|
111
|
+
{% endif %}
|
|
106
112
|
</div>
|
|
107
113
|
|
|
108
114
|
</div>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-switch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.1
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christian Luijten
|
|
@@ -177,7 +177,7 @@ files:
|
|
|
177
177
|
- assets/image/fabian-betto-d3npqyXkaGI-unsplash.jpg
|
|
178
178
|
- assets/image/jonatan-pie-g6tqHx0ME1o-unsplash.jpg
|
|
179
179
|
- assets/image/marek-piwnicki-NPct-Mxw-64-unsplash.jpg
|
|
180
|
-
homepage: https://
|
|
180
|
+
homepage: https://luijten.org/
|
|
181
181
|
licenses:
|
|
182
182
|
- MIT
|
|
183
183
|
metadata: {}
|
|
@@ -192,11 +192,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
192
192
|
version: '0'
|
|
193
193
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
194
194
|
requirements:
|
|
195
|
-
- - "
|
|
195
|
+
- - ">="
|
|
196
196
|
- !ruby/object:Gem::Version
|
|
197
|
-
version:
|
|
197
|
+
version: '0'
|
|
198
198
|
requirements: []
|
|
199
|
-
rubygems_version: 3.3.
|
|
199
|
+
rubygems_version: 3.0.3.1
|
|
200
200
|
signing_key:
|
|
201
201
|
specification_version: 4
|
|
202
202
|
summary: The theme for Logging the Switch.
|