lbenicio-minimal-v1 1.1.8 → 1.2.0
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: 1e988695fd32bf268e38efb9cb19b30b24090073250a89cb03fe4fcf2a9b084e
|
4
|
+
data.tar.gz: '00968a47294f5c7e36fb78d02cbac33bb249572f49c426d37921785212b1c556'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb39f9b2df20a6b47be09c222f6aa364571796b59293972964c16d2a48c20d723a20933f28d8221c5dc2c85562768fc01b5025c6114c6e58aa4c0a6dfc566a3a
|
7
|
+
data.tar.gz: 8fe4fdb9b9386f078468714f812f3bc688129d667d2bf35713d8c8d2619bdf1c1ad993aa079dadbf40d233ccb7b41abb4d08ffb07ad2a8721f9a2d7d80ef4ff8
|
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 }}
|