lbenicio-minimal-v1 1.1.7 → 1.1.9

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: 1c0bb7537488068eb6d371870866710dd78e9cb5d9f3d02a4e3eb4a0e1097f00
4
- data.tar.gz: 7147bde7545eca6a7fbfc186fe70023a451822c4ad0fd5d0f779e6159b136308
3
+ metadata.gz: b1ced068184de425fb70978d658a1ac1e57f3fdda930159fd30cb201c61d5d4b
4
+ data.tar.gz: 0d162fcf42df64658cbb8be9a437216c92ad9c4741f7fa234215647e1ed350e1
5
5
  SHA512:
6
- metadata.gz: dbfe8199715c3e294cbb9664a432d9b71c351eca9af0d99cfe6b3e28e5971a90041016c461189ee22d592896d07dc2686ef8c33bf58a947db24f8676e82a5de9
7
- data.tar.gz: fa389988cd39d608b8016f84a1ddce4246c830dae6b742737df83523bfd589bf4495feec92a446f9794cd955f0c05643ad7500d64ad066937fcb66c7955724df
6
+ metadata.gz: fcf8497eb9447add6c2584e601a84dc6a56cc0ceb13c98094ecee43d77342d73fc9271a619c8cf6b028b79fe5e38a23effd0a49231c6997d33aed19fe4d660f1
7
+ data.tar.gz: 579b06009e4775cdf0e0e8ce408200069e087660b8dc6693e20fa79c5aedda79056cb03b2dfa1ee4051c02bbb267386959191516fc3d97689ea5012ad421a6dd
@@ -6,7 +6,7 @@
6
6
  </div>
7
7
  </div>
8
8
  </div>
9
- <div class="nav-container-up row mt-2">
9
+ <div class="nav-container-up row mt-3">
10
10
  <nav class="offset-3 col-6">
11
11
  <ul class="list-group list-group-horizontal justify-content-center ms-0 ps-0">
12
12
  <li class="list-group-item border-0">
data/_layouts/posts.html CHANGED
@@ -8,12 +8,11 @@
8
8
  <body class="bg-body d-flex flex-column min-vh-100 {% if page.date %} body-posts{% endif %}">
9
9
  {% include fork.html %}
10
10
  {% include navigation.html %}
11
- <div class="container-fluid mt-2">
11
+ <div class="container-fluid">
12
12
  <div class="row">
13
13
  <div class="offset-xs-1 col-xs-10 offset-sm-3 col-sm-6">
14
- <section class="content">
14
+ <section class="content mt-5">
15
15
  <div class="container-fluid" id="main-container">
16
- {{ page.previous.url }}
17
16
  {% include anchor-headings.html html=content anchorBody="#" anchorClass="link-anchor" %}
18
17
  {{ content }}
19
18
  {% include post-navigation.html %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lbenicio-minimal-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.7
4
+ version: 1.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonardo Benicio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-23 00:00:00.000000000 Z
11
+ date: 2023-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-seo-tag