lbenicio-minimal-v1 1.1.5 → 1.1.6
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 +4 -4
- data/_includes/blog-navigation.html +2 -2
- data/_includes/navigation.html +4 -4
- data/_layouts/home.html +2 -4
- 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: 4feab3d3ec0e8835fd579ffab33cb003df3bdad81d66568ee5e4d9822703ff0a
|
4
|
+
data.tar.gz: 353b47de8924c86fbe0858ede42780f4344d9e4ed846844c10f23ca930885d13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b35953c6791dc4d0e280feca11fa32fec1044df59d939cc981175f055d04332a650bda0c4d86370faa817446eea7589c707b9d2269c6de0488356cb4709f5a4
|
7
|
+
data.tar.gz: 155dd1ec9cbc6c6a6c8bdfd41fb7f36d2977b996db3d7abe559309125d671c207390c1720f27a27eb1a513332866afc1fc302a85994e5fd8aba9aa58c9ce4e6e
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<
|
1
|
+
<nav class="mt-1 mb-5 border-bottom border-2 border-light">
|
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">
|
@@ -15,4 +15,4 @@
|
|
15
15
|
</li>
|
16
16
|
</ul>
|
17
17
|
</nav>
|
18
|
-
</
|
18
|
+
</nav>
|
data/_includes/navigation.html
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<
|
1
|
+
<nav class="container-fluid border-bottom border-2 border-light w-75 pb-4">
|
2
2
|
<div class="row border-bottom border-2 border-light pb-4">
|
3
3
|
<div class="offset-3 col-6">
|
4
4
|
<div class="profile-picture">
|
@@ -36,10 +36,10 @@
|
|
36
36
|
<li class="list-group-item border-0">
|
37
37
|
<a href="https://twitter.com/{{ site.twitter_username }}"><i class="fab fa-twitter text-black-50"></i></a>
|
38
38
|
</li>
|
39
|
-
<li class="list-group-item border-0">
|
40
|
-
<a rel="me" href="https://mastodon.social/@{{ site.mastodon_username }}"
|
39
|
+
<li class="list-group-item border-0 d-none">
|
40
|
+
<a rel="me" href="https://mastodon.social/@{{ site.mastodon_username }}"><i class="fab fa-mastodon text-black-50"></i></a>
|
41
41
|
</li>
|
42
42
|
</ul>
|
43
43
|
</nav>
|
44
44
|
</div>
|
45
|
-
</
|
45
|
+
</nav>
|
data/_layouts/home.html
CHANGED
@@ -6,11 +6,9 @@
|
|
6
6
|
</head>
|
7
7
|
|
8
8
|
<body class="bg-body d-flex flex-column min-vh-100">
|
9
|
-
<div class="row align-items-center
|
9
|
+
<div class="row align-items-center m-0 p-0 mt-auto">
|
10
10
|
{% include fork.html %}
|
11
|
-
|
12
|
-
{% include navigation.html %}
|
13
|
-
</div>
|
11
|
+
{% include navigation.html %}
|
14
12
|
</div>
|
15
13
|
{% include footer.html %}
|
16
14
|
{% include analytics.html %}
|