jekyll-theme-primcraft 0.0.20 → 0.0.21
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/home.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: 2f31c951b9dc4ecfa82bc23b695c13aee93784dca6a28ad68489ed982218ec1b
|
|
4
|
+
data.tar.gz: 06e7786976005accbadbd3894006fcefcef4a7b696a3ec7cf423507b90241a1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd53fa38869ce25ef74a50181714dfb615c1bcb2f68af3d3ec3589fcfe38d9696e17ef537b0a1c7f3530fcde94602d6615cbd71971892ecd1cc2c9132b1e8ada
|
|
7
|
+
data.tar.gz: cbcb57a686525a30af66d4980408b6f405f638e03a0b02ce7115f6580510e9cf68076eabfa9937fb8a902e9fa9d75ecc9e4be96c3d5af5c52aeec6fd56347932
|
data/_layouts/home.html
CHANGED
|
@@ -26,7 +26,7 @@ layout: default
|
|
|
26
26
|
{%- include full-post-list.html posts = site.posts limit = site.paginate -%}
|
|
27
27
|
{%- endif -%}
|
|
28
28
|
{{ paginator.total_pages }}
|
|
29
|
-
<div class="text-center my-4"><a href="{{ site.baseurl }}/posts/">{% t global.view-all-posts %}</a></div>
|
|
29
|
+
<div class="text-center my-4"><a href="{{ site.baseurl }}/posts/page-2/"><i class="fa-book-open fas pr-1"></i>{% t global.view-all-posts %}</a></div>
|
|
30
30
|
</div>
|
|
31
31
|
</div>
|
|
32
32
|
<div class="col-lg-4">
|