jekyll-theme-pirati 5.3.0 → 5.3.1
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 +4 -6
- data/_sass/components/suggest-improvement.scss +10 -0
- data/_sass/pirati.scss +1 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ee021d138930108f8492ee0773747b9ae03e104f16e515232b069edaa04284c
|
4
|
+
data.tar.gz: e1cd99f4ccdfcf6d456c7205f1772150017053e3a2a04b06441e588c2099a82d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40e6fe1bd337fc5233c24f408012cac45e8bc99b4281be6983576ac5c4a6f1e707d45c3d1fd3093a137339f56676011a1a50b901edaad5da26de8e0011af3364
|
7
|
+
data.tar.gz: bad7a4e2090d05edd16377f4dba838ac9584aab9f737449a13a31263b1cf5794c37affdc6da37c7293df06db4fe8eab531fa6aeb3756413edbff8707615dbfb0
|
data/_includes/footer.html
CHANGED
@@ -1,9 +1,7 @@
|
|
1
|
-
<
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
</a>
|
6
|
-
</div>
|
1
|
+
<a href="{{ site.github.url }}edit/{{ site.github.branch }}/{{ page.path }}" class="c-suggest-improvement show-for-medium-up hide-for-print">
|
2
|
+
<i class="fa fa-pencil"></i>
|
3
|
+
Navrhni úpravu
|
4
|
+
</a>
|
7
5
|
|
8
6
|
<footer class="o-section o-section--darker o-section--bigger u-inverted u-cf">
|
9
7
|
<div class="o-section-inner">
|
data/_sass/pirati.scss
CHANGED
@@ -36,6 +36,7 @@
|
|
36
36
|
@import 'components/widget-simple-text';
|
37
37
|
@import 'components/pagination';
|
38
38
|
@import 'components/Slider';
|
39
|
+
@import 'components/suggest-improvement';
|
39
40
|
@import 'components/simple-accordion';
|
40
41
|
@import 'components/hero';
|
41
42
|
@import 'components/blockquote';
|
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: 5.3.
|
4
|
+
version: 5.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jitka Novotná
|
@@ -153,6 +153,7 @@ files:
|
|
153
153
|
- _sass/components/pagination.scss
|
154
154
|
- _sass/components/program.scss
|
155
155
|
- _sass/components/simple-accordion.scss
|
156
|
+
- _sass/components/suggest-improvement.scss
|
156
157
|
- _sass/components/tag.scss
|
157
158
|
- _sass/components/tile.scss
|
158
159
|
- _sass/components/top-bar.scss
|