lbenicio-minimal-v1 1.2.0 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/post-navigation.html +8 -1
- data/_layouts/default.html +1 -1
- data/_layouts/posts.html +0 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48c8a21b44563f826c76cb687064d33ac718bd859f828b3bd1d46f418248e493
|
4
|
+
data.tar.gz: 84fbdfe9bdd3d197a0ce4e5b148b2946f8d70ed30c92f3fd06dd8aa057d515aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a561a6095ead9b6c464dc00d6a74fd3ce399e56d5b6a001e38e16263dd38e2420c302711d675ca8f08371b2c538339295f3e89f27cd52bdeae321ec421f6024
|
7
|
+
data.tar.gz: 418d71eed656f5e15ac8fdf078f2645cdeb7e562bee0c1d60051818dabcf8a178bfccdf26ef3c77be5b9f0bed035ff453f5928e43feb10d76d7e4a7afcc338da
|
@@ -1 +1,8 @@
|
|
1
|
-
<div
|
1
|
+
<div class="d-flex flex-row justify-content-between mt-5 mb-5">
|
2
|
+
{% if page.previous %}
|
3
|
+
<a class=" text-black" href="{{ page.previous.url }}"><<< Previous</a>
|
4
|
+
{% endif %}
|
5
|
+
{% if page.next %}
|
6
|
+
<a class=" text-black" href="{{ page.next.url }}">Next >>></a>
|
7
|
+
{% endif %}
|
8
|
+
</div>
|
data/_layouts/default.html
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
<div class="container-fluid mt-2">
|
11
11
|
<div class="row">
|
12
12
|
<div class="offset-xs-1 col-xs-10 offset-sm-3 col-sm-6">
|
13
|
-
<section class="content">
|
13
|
+
<section class="content mt-5">
|
14
14
|
<div class="container-fluid" id="main-container">
|
15
15
|
{{ content }}
|
16
16
|
</div>
|
data/_layouts/posts.html
CHANGED
@@ -14,9 +14,7 @@
|
|
14
14
|
<section class="content mt-5">
|
15
15
|
<div class="container-fluid" id="main-container">
|
16
16
|
{% include anchor-headings.html html=content anchorBody="#" anchorClass="link-anchor" %}
|
17
|
-
{{ content }}
|
18
17
|
{% include post-navigation.html %}
|
19
|
-
|
20
18
|
</div>
|
21
19
|
</section>
|
22
20
|
</div>
|
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.
|
4
|
+
version: 1.3.0
|
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-
|
11
|
+
date: 2023-11-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll-seo-tag
|