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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3daf448b0c02f32aa762f6ad8069360fda40f6c305500c11a39b9498c4ffc565
4
- data.tar.gz: f4726edc6d82a586b6fff32c1afd8d8bf16782e3dce8ef7e0a1be7c987afa61e
3
+ metadata.gz: fe43c59fa08b8b219ce16d54eab2a3d3a209110556206faa33c76b3569ddd3a6
4
+ data.tar.gz: 0ac22ccc03db678e1bc3a727d4eaea9acf180c8e2d5f93768d4ef96dd71db687
5
5
  SHA512:
6
- metadata.gz: c56aa2a9b255589a8d9c6c943a2a98fe84ddce65964ead32a812c12dfa35d7a204ba87fe67c97535c43bad59133cc169b4402dbb78f9e246211d27441339c08e
7
- data.tar.gz: db0a19c6fbe4fdf0b5d8dd4762108e6aa0fa0ca7495b7371eb15543e0bba47968d9140d19b63ece37c0b2a403b874b29a6e9575726e7738b2bbe93041b3ab90a
6
+ metadata.gz: bebfc17a8b24b93be4f6e60e680bf6ce0d4ef0f63c1685311bb5cb5cb5e514e6b1a052c7be0acf9392df50ba8d4c8e46bddee09dac7eeaf74828ffdd8c369130
7
+ data.tar.gz: ca3a2a8912f725df1119a68ad32bc3510214c6eca2dace2964b18178a243b942dd8e6fab2dd45542a559701c9ac33cb3cddaeb2bba8a08fdacfb944575451e35
@@ -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 }}" rel="noopener noreferrer" target="_blank">
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.6.2
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