jekyll-theme-pirati 8.2.2 → 8.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/footer.html +2 -2
- data/_includes/header.html +2 -2
- 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: 3c32e07b4dd38c81020860c70b1375006019adf5a8f396c98433ef81f2e1a1b7
|
4
|
+
data.tar.gz: 5fa295a29f5f7c77e9a853149c06c3cb0356dc124d42eab87e6f38ea38e0d18e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3eb4832cd877487a241168c482fc8e16bdd8eeb7c237a6293eb8dd74105ff2a9d82b650a02e2b5a51b52a86475a60b223812b534b65e7b8184215ed0ee7fc463
|
7
|
+
data.tar.gz: 511c35ad6f4cbab814375efe11d05c66cec390e36b2df021d8709105e07a24bea04173fa4e24762cf74899f17987b580792c9c95bda68b6cb486ddf0d6a6d4a0
|
data/_includes/footer.html
CHANGED
@@ -33,7 +33,7 @@
|
|
33
33
|
{% endif %}
|
34
34
|
</div>
|
35
35
|
<div class="flex flex-col md:flex-row lg:flex-col lg:items-end space-y-2 md:space-y-0 md:space-x-2 lg:space-x-0 lg:space-y-2">
|
36
|
-
<a href="https://dary.pirati.cz" rel="noopener noreferrer" target="_blank" class="btn btn--icon btn--cyan-200 btn--hoveractive text-lg btn--fullwidth sm:btn--autowidth">
|
36
|
+
<a href="{{ site.organization.donateLink | default: 'https://dary.pirati.cz' }}" rel="noopener noreferrer" target="_blank" class="btn btn--icon btn--cyan-200 btn--hoveractive text-lg btn--fullwidth sm:btn--autowidth">
|
37
37
|
<div class="btn__body-wrap">
|
38
38
|
<div class="btn__body ">Přispěj</div>
|
39
39
|
<div class="btn__icon ">
|
@@ -42,7 +42,7 @@
|
|
42
42
|
</div>
|
43
43
|
</a>
|
44
44
|
|
45
|
-
<a href="https://nalodeni.pirati.cz" rel="noopener noreferrer" target="_blank" class="btn btn--icon btn--blue-300 btn--hoveractive text-lg btn--fullwidth sm:btn--autowidth">
|
45
|
+
<a href="{{ site.organization.onboardingLink | default: 'https://nalodeni.pirati.cz' }}" rel="noopener noreferrer" target="_blank" class="btn btn--icon btn--blue-300 btn--hoveractive text-lg btn--fullwidth sm:btn--autowidth">
|
46
46
|
<div class="btn__body-wrap">
|
47
47
|
<div class="btn__body ">Naloď se</div>
|
48
48
|
<div class="btn__icon ">
|
data/_includes/header.html
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
{% endif %}
|
45
45
|
</div>
|
46
46
|
<div v-if="show || isLgScreenSize" class="navbar__actions navbar__section navbar__section--expandable container-padding--zero lg:container-padding--auto self-start flex flex-col sm:flex-row lg:flex-col sm:space-x-4 space-y-2 sm:space-y-0 lg:space-y-2 xl:flex-row xl:space-x-2 xl:space-y-0">
|
47
|
-
<a href="https://dary.pirati.cz" rel="noopener noreferrer" target="_blank" class="btn btn--icon btn--cyan-200 btn--hoveractive btn--condensed btn--fullwidth md:btn--autowidth lg:text-sm xl:text-base">
|
47
|
+
<a href="{{ site.organization.donateLink | default: 'https://dary.pirati.cz' }}" rel="noopener noreferrer" target="_blank" class="btn btn--icon btn--cyan-200 btn--hoveractive btn--condensed btn--fullwidth md:btn--autowidth lg:text-sm xl:text-base">
|
48
48
|
<div class="btn__body-wrap">
|
49
49
|
<div class="btn__body ">Přispěj</div>
|
50
50
|
<div class="btn__icon ">
|
@@ -52,7 +52,7 @@
|
|
52
52
|
</div>
|
53
53
|
</div>
|
54
54
|
</a>
|
55
|
-
<a href="https://nalodeni.pirati.cz" rel="noopener noreferrer" target="_blank" class="btn btn--icon btn--blue-300 btn--hoveractive btn--condensed btn--fullwidth md:btn--autowidth lg:text-sm xl:text-base">
|
55
|
+
<a href="{{ site.organization.onboardingLink | default: 'https://nalodeni.pirati.cz' }}" rel="noopener noreferrer" target="_blank" class="btn btn--icon btn--blue-300 btn--hoveractive btn--condensed btn--fullwidth md:btn--autowidth lg:text-sm xl:text-base">
|
56
56
|
<div class="btn__body-wrap">
|
57
57
|
<div class="btn__body ">Naloď se</div>
|
58
58
|
<div class="btn__icon ">
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-pirati
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.
|
4
|
+
version: 8.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jitka Novotná
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-07-
|
12
|
+
date: 2020-07-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|