bravissimo 0.1.1 → 0.1.2

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: fe128d037a65298eadc4cf6de1d63352fe430e12d4bab9787028840f13a30946
4
- data.tar.gz: fde0f694e2ad690624c7c09b654a0ff03fabe3c1cb6420dd2ec67013550f296e
3
+ metadata.gz: ffee090e4b4a304a6aa0837768d02f10dfecce69ec13e1bedc9c18ec2291a83f
4
+ data.tar.gz: d57166f413b64602a9829ac5750161b43f1a2b2cdc0fee71a564c0a2800352b1
5
5
  SHA512:
6
- metadata.gz: d008f2e1335a241c323fd8f5926fb11b586b3ad15aeed8437b799bac0ced1168f64a7e3f068f977d84a01368a2ed4ffb19bc9af2dc382a2a925a05c3d668f2c1
7
- data.tar.gz: 5b9af57d7addb411dcb1a2aecdc6cb18a9a601f955930a1d5b9520be4a4eab2c7d8261ea0914520c336958852cf6e7671742fbd7632873bd87147059601530d6
6
+ metadata.gz: fee0f2bdbd92b02fd696381946c29b3e8854304b1dd105f8e0f94b50c28d42155ace5207fa870059560edb7373c7dd0295465ce0e5c767a953655300b626737b
7
+ data.tar.gz: 91f8f8d0bde616acf28c87f49c9593d6c4c241e38db8fcc494a1a80d432312cbb7ea0622547568bacaaf787c28017d220d5e350e17368d7506174184bfbfc9b6
@@ -1,10 +1,10 @@
1
1
  <footer>
2
- <div class="container-fluid color-rust">
3
- <div class="row" style="padding: 15px 0px">
4
- <div class="col-xs-6">
2
+ <div class="container-fluid color-rust">
3
+ <div class="row footer-row">
4
+ <div class="col-xs-6">
5
5
  <i class="copyright">Copyright &copy; {{ 'now' | date: "%Y" }} Gunther Cox</i>
6
6
  </div>
7
- <div class="col-xs-6 text-right">
7
+ <div class="col-xs-6 text-right">
8
8
  {% for account in site.data.social %}
9
9
  <a href="{{ account.url }}" aria-label="{{ account.name }}" target='_blank' class="btn btn-lg btn-link text-white">
10
10
  <i class="{{ account.icon_class }}" aria-hidden="true" style="font-size: 24px;"></i>
data/_includes/head.html CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  {% if site.github_username %}
26
26
  <link rel="publisher" href="https://github.com/{{ site.github_username }}"/>
27
- {% elif site.twitter_username %}
27
+ {% else if site.twitter_username %}
28
28
  <link rel="publisher" href="https://twitter.com/{{ site.twitter_username }}"/>
29
29
  {% endif %}
30
30
 
@@ -4,7 +4,9 @@
4
4
  <body>
5
5
  {% include navigation.html %}
6
6
 
7
- {{ content }}
7
+ <div class="container-fluid">
8
+ {{ content }}
9
+ </div>
8
10
 
9
11
  {% include footer_before.html %}
10
12
  {% include footer.html %}
data/_layouts/main.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <body>
5
5
  {% include navigation.html %}
6
6
 
7
- <div class="container-fluid">
7
+ <div class="container-fluid">
8
8
  {{ content }}
9
9
  </div>
10
10
 
@@ -24,6 +24,18 @@
24
24
  }
25
25
  }
26
26
 
27
+ footer {
28
+ margin-top: 15px;
29
+ margin-left: 0px;
30
+ margin-right: 0px;
31
+ padding: 0px;
32
+ }
33
+
34
+ .footer-row {
35
+ padding: 15px 5px;
36
+ }
37
+
27
38
  .copyright {
28
39
  margin-top: 15px;
40
+ padding: 0px 15px;
29
41
  }
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bravissimo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gunther Cox
8
+ autorequire:
8
9
  bindir: exe
9
10
  cert_chain: []
10
11
  date: 2025-01-19 00:00:00.000000000 Z
@@ -175,6 +176,7 @@ licenses:
175
176
  - MIT
176
177
  metadata:
177
178
  plugin_type: theme
179
+ post_install_message:
178
180
  rdoc_options: []
179
181
  require_paths:
180
182
  - lib
@@ -189,7 +191,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
191
  - !ruby/object:Gem::Version
190
192
  version: '0'
191
193
  requirements: []
192
- rubygems_version: 3.6.2
194
+ rubyforge_project:
195
+ rubygems_version: 2.7.6
196
+ signing_key:
193
197
  specification_version: 4
194
198
  summary: A Jekyll theme
195
199
  test_files: []