lbenicio-minimal-v1 1.1.8 → 1.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/navigation.html +1 -1
- data/_layouts/posts.html +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b1ced068184de425fb70978d658a1ac1e57f3fdda930159fd30cb201c61d5d4b
|
4
|
+
data.tar.gz: 0d162fcf42df64658cbb8be9a437216c92ad9c4741f7fa234215647e1ed350e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcf8497eb9447add6c2584e601a84dc6a56cc0ceb13c98094ecee43d77342d73fc9271a619c8cf6b028b79fe5e38a23effd0a49231c6997d33aed19fe4d660f1
|
7
|
+
data.tar.gz: 579b06009e4775cdf0e0e8ce408200069e087660b8dc6693e20fa79c5aedda79056cb03b2dfa1ee4051c02bbb267386959191516fc3d97689ea5012ad421a6dd
|
data/_includes/navigation.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
</div>
|
7
7
|
</div>
|
8
8
|
</div>
|
9
|
-
<div class="nav-container-up row mt-
|
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,10 +8,10 @@
|
|
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
|
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 mt-
|
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
17
|
{{ content }}
|