jekyll-theme-centos 0.2.3 → 0.2.4
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/_layouts/post.html +1 -1
- 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: 4160b1283d1b00240f5f40145a1fd0e73b026315fb3dba915722a8862955767f
|
|
4
|
+
data.tar.gz: cec0da81559a160bb9cc4087fa214ee0b3d4de607d358bc363e7fbff4a8408cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf749b86e7e86120ed154ca648fbc010345b73d84926394e1f5970f83a84abee7874f2074150c7ef70e4f40aa28e35ce0343862adb6f657b9e3f7c02beede7f8
|
|
7
|
+
data.tar.gz: a1d02ae47e4ae2ca31bc2a31799dada1ebb562a76c6aa800ad6eb2a800e1397f4bddd50e4b153aab543082763b6be4e37de7f4bd416527c385a7b8f13ea4ba04
|
data/_layouts/post.html
CHANGED
|
@@ -28,7 +28,7 @@ layout: default
|
|
|
28
28
|
<a href="{{ page.previous.url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Previous Post - {{ page.previous.title }}"><i class="fas fa-arrow-left"></i></button></a>
|
|
29
29
|
</div>
|
|
30
30
|
<div class="blog__navbar_entries">
|
|
31
|
-
<a href="{{ "/blog" | relative_url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Blog posts"><i class="fas fa-th"></i></button></a>
|
|
31
|
+
<a href="{{ "/blog.html" | relative_url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Blog posts"><i class="fas fa-th"></i></button></a>
|
|
32
32
|
</div>
|
|
33
33
|
{% if page.next.url %}
|
|
34
34
|
<div class="post__navbar__older">
|