lbenicio-minimal-v1 1.3.0 → 1.3.1

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: 48c8a21b44563f826c76cb687064d33ac718bd859f828b3bd1d46f418248e493
4
- data.tar.gz: 84fbdfe9bdd3d197a0ce4e5b148b2946f8d70ed30c92f3fd06dd8aa057d515aa
3
+ metadata.gz: 273bfb340eb26096c80ef74d208b446b9f3251610113f533e33d85f0b8a5a684
4
+ data.tar.gz: ee92ccb94b41c2370706e1440e6ae3a75277262d4b0a32c1d501ac1f1fd38841
5
5
  SHA512:
6
- metadata.gz: 7a561a6095ead9b6c464dc00d6a74fd3ce399e56d5b6a001e38e16263dd38e2420c302711d675ca8f08371b2c538339295f3e89f27cd52bdeae321ec421f6024
7
- data.tar.gz: 418d71eed656f5e15ac8fdf078f2645cdeb7e562bee0c1d60051818dabcf8a178bfccdf26ef3c77be5b9f0bed035ff453f5928e43feb10d76d7e4a7afcc338da
6
+ metadata.gz: 103bba1ce5f3573f752faf1294957987a4ee112524238ffed78d5d9bd34d7cbb2a2c033e774843a6d1541b1aad2daffef0d42a2a6a7fc37003e9f12fab9309de
7
+ data.tar.gz: 324499bc880682456850408762e7c144ed1d3a71bb52207fc42d8393df630d9523056df0dc75af3dfe24a788400efec10cf0b2abf80ac85b5b7c1c54b83b0e9e
@@ -1,17 +1,17 @@
1
- <nav class="mt-1 mb-5 border-bottom border-2 border-light">
1
+ <nav class="container-fluid mt-5 mb-5 border-bottom border-2 border-light w-75 pb-5">
2
2
  <nav class="offset-3 col-6">
3
3
  <ul class="list-group list-group-horizontal justify-content-center">
4
4
  <li class="list-group-item border-0">
5
- <a class="text-dark nav-blog-links" href="{{ site.default_url }}/">Articles</a>
5
+ <a class="text-dark nav-blog-links" href="{{ site.url }}/">Articles</a>
6
6
  </li>
7
7
  <li class="list-group-item border-0">
8
- <a class="text-dark nav-blog-links" href="{{ site.default_url }}/feed/posts">Feed</a>
8
+ <a class="text-dark nav-blog-links" href="{{ site.url }}/feed/posts">Feed</a>
9
9
  </li>
10
10
  <li class="list-group-item border-0">
11
- <a class="text-dark nav-blog-links" href="{{ site.default_url }}/category">Categories</a>
11
+ <a class="text-dark nav-blog-links" href="{{ site.url }}/category">Categories</a>
12
12
  </li>
13
13
  <li class="list-group-item border-0">
14
- <a class="text-dark nav-blog-links" href="{{ site.default_url }}/tag">Tags</a>
14
+ <a class="text-dark nav-blog-links" href="{{ site.url }}/tag">Tags</a>
15
15
  </li>
16
16
  </ul>
17
17
  </nav>
@@ -4,6 +4,7 @@
4
4
  <head>
5
5
  {% include head.html %}
6
6
  </head>
7
+
7
8
  <body class="bg-body d-flex flex-column min-vh-100 {% if page.date %} body-posts{% endif %}">
8
9
  {% include fork.html %}
9
10
  {% include navigation.html %}
@@ -22,4 +23,4 @@
22
23
  {% include analytics.html %}
23
24
  </body>
24
25
 
25
- </html>
26
+ </html>
data/_layouts/feed.html CHANGED
@@ -4,6 +4,7 @@
4
4
  <head>
5
5
  {% include head.html %}
6
6
  </head>
7
+
7
8
  <body class="bg-body d-flex flex-column min-vh-100 {% if page.date %} body-posts{% endif %}">
8
9
  {% include fork.html %}
9
10
  {% include navigation.html %}
@@ -11,7 +12,7 @@
11
12
  <div class="container-fluid mt-2">
12
13
  <div class="row">
13
14
  <div class="offset-xs-1 col-xs-10 offset-sm-3 col-sm-6">
14
- <section class="content">
15
+ <section class="content mt-5">
15
16
  <div class="container-fluid" id="main-container">
16
17
  {{ content }}
17
18
  {% include pagination.html %}
@@ -24,4 +25,4 @@
24
25
  {% include analytics.html %}
25
26
  </body>
26
27
 
27
- </html>
28
+ </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lbenicio-minimal-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonardo Benicio