bravissimo 0.0.22 → 0.0.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bdc4347377a6c355a040a59fe7ce7e142fa367ceca3b6c00eeb8f85f610daea5
4
- data.tar.gz: b41640db67897b382ba4d808ca42347e609bb04cc49a1e29346b90000cb6efba
3
+ metadata.gz: df47cf331392ca70338da92c6ba77ad2b1e7fbc05790561b793877ad6866f169
4
+ data.tar.gz: 4a6f725aac56415c4b5039ba509333acae6031b4b0e1419344bac0bf559504fc
5
5
  SHA512:
6
- metadata.gz: 6d3126a4b544a4408cf48548b32c652a73f210a65f44bdffcfc47f081e09e7bed441c5292214166e73b136a2b4a2b704dd37e43d4084a20fde7ac58aabebd3c2
7
- data.tar.gz: c1be39809d799d1a371837a2da2bd4a92bec6a2786c11ffad6759f1255ac74baef52bf8a44eed2ddb653afb0f6202e0330d5c42bdf3593933a473933217a196a
6
+ metadata.gz: 78034eb8140b5286f253f72be8af4d6db7397c1f9d39c0899d0e84c14965c438a4e03834bd39583ee05a74efc765d8a7dace78b1823d7f3fc2048ddb291a70a1
7
+ data.tar.gz: db78128436753acfee4de1a3fa984b213b7a3992cdfd727efbf8d4b5ec882ce65c21f4617ed139752f6e6a74f52f5ee722a121c1b3aa3c37693de0826b474e2c
@@ -0,0 +1,5 @@
1
+ {% comment %}
2
+ This is a block that is rendered before the footer on every page.
3
+ Override this file by adding one with the same name to the
4
+ `_includes` directory of your project.
5
+ {% endcomment %}
@@ -0,0 +1,12 @@
1
+ <ul class="nav navbar-nav navbar-right">
2
+ <li>
3
+ <a href='https://github.com/{{ site.github_username }}' aria-label="GitHub" target='_blank' class="btn btn-lg btn-link text-white">
4
+ <i class="fa fa-github" aria-hidden="true"></i>
5
+ </a>
6
+ </li>
7
+ <li>
8
+ <a href="https://twitter.com/{{ site.twitter_username }}" aria-label="Twitter" target='_blank' class="btn btn-lg btn-link text-white">
9
+ <i class="fa fa-twitter" aria-hidden="true"></i>
10
+ </a>
11
+ </li>
12
+ </ul>
@@ -20,18 +20,7 @@
20
20
  </a>
21
21
  </li>
22
22
  </ul>
23
- <ul class="nav navbar-nav navbar-right">
24
- <li>
25
- <a href='https://github.com/{{ site.github_username }}' aria-label="GitHub" target='_blank' class="btn btn-lg btn-link text-white">
26
- <i class="fa fa-github" aria-hidden="true"></i>
27
- </a>
28
- </li>
29
- <li>
30
- <a href="https://twitter.com/{{ site.twitter_username }}" aria-label="Twitter" target='_blank' class="btn btn-lg btn-link text-white">
31
- <i class="fa fa-twitter" aria-hidden="true"></i>
32
- </a>
33
- </li>
34
- </ul>
23
+ {% include nav_right.html %}
35
24
  </div>
36
25
  </div>
37
26
  </div>
@@ -6,6 +6,7 @@
6
6
 
7
7
  {{ content }}
8
8
 
9
+ {% include footer_before.html %}
9
10
  {% include footer.html %}
10
11
  </body>
11
12
  </html>
@@ -8,6 +8,7 @@
8
8
  {{ content }}
9
9
  </div>
10
10
 
11
+ {% include footer_before.html %}
11
12
  {% include footer.html %}
12
13
  </body>
13
14
  </html>
@@ -8,6 +8,7 @@
8
8
  {{ content }}
9
9
  </div>
10
10
 
11
+ {% include footer_before.html %}
11
12
  {% include footer.html %}
12
13
  </body>
13
14
  </html>
@@ -58,6 +58,7 @@
58
58
  <!-- Space above the site footer -->
59
59
  </div>
60
60
 
61
+ {% include footer_before.html %}
61
62
  {% include footer.html %}
62
63
  </body>
63
64
  </html>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bravissimo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gunther Cox
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-13 00:00:00.000000000 Z
11
+ date: 2017-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -60,7 +60,9 @@ extra_rdoc_files: []
60
60
  files:
61
61
  - _includes/blog_date.html
62
62
  - _includes/footer.html
63
+ - _includes/footer_before.html
63
64
  - _includes/head.html
65
+ - _includes/nav_right.html
64
66
  - _includes/navigation.html
65
67
  - _layouts/default.html
66
68
  - _layouts/main.html