jekyll-theme-pirati 6.6.2 → 6.7.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/_includes/header.html +1 -1
- data/_includes/right-bar/custom-bars.html +0 -0
- data/_includes/right-bar/rbar.html +3 -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: fe43c59fa08b8b219ce16d54eab2a3d3a209110556206faa33c76b3569ddd3a6
|
|
4
|
+
data.tar.gz: 0ac22ccc03db678e1bc3a727d4eaea9acf180c8e2d5f93768d4ef96dd71db687
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bebfc17a8b24b93be4f6e60e680bf6ce0d4ef0f63c1685311bb5cb5cb5e514e6b1a052c7be0acf9392df50ba8d4c8e46bddee09dac7eeaf74828ffdd8c369130
|
|
7
|
+
data.tar.gz: ca3a2a8912f725df1119a68ad32bc3510214c6eca2dace2964b18178a243b942dd8e6fab2dd45542a559701c9ac33cb3cddaeb2bba8a08fdacfb944575451e35
|
data/_includes/header.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<div class="medium-12 columns">
|
|
5
5
|
<ul class="c-header-bar-items">
|
|
6
6
|
<li class="c-header-bar__item">
|
|
7
|
-
<a href="{{ '/' | absolute_url }}"
|
|
7
|
+
<a href="{{ '/' | absolute_url }}">
|
|
8
8
|
<span class="c-header-bar__itemDescription">{{ site.organization.name }}</span>
|
|
9
9
|
</a>
|
|
10
10
|
</li>
|
|
File without changes
|
|
@@ -28,6 +28,9 @@
|
|
|
28
28
|
{% if rbar contains 'tw' and site.twitter.profile %}
|
|
29
29
|
{% include right-bar/bar_tw.html %}
|
|
30
30
|
{% endif %}
|
|
31
|
+
|
|
32
|
+
{% comment %}Allows to append custom right bars variants{% endcomment %}
|
|
33
|
+
{% include right-bar/custom-bars.html rbar=rbar %}
|
|
31
34
|
{% endfor %}
|
|
32
35
|
</div>
|
|
33
36
|
</aside>
|
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: 6.
|
|
4
|
+
version: 6.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jitka Novotná
|
|
@@ -109,6 +109,7 @@ files:
|
|
|
109
109
|
- _includes/right-bar/bar_textbox.html
|
|
110
110
|
- _includes/right-bar/bar_tw.html
|
|
111
111
|
- _includes/right-bar/bar_video.html
|
|
112
|
+
- _includes/right-bar/custom-bars.html
|
|
112
113
|
- _includes/right-bar/rbar.html
|
|
113
114
|
- _includes/right-bar/rbar_profiles.html
|
|
114
115
|
- _includes/social.html
|