jekyll-archives-dir-category 0.1.5 → 0.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 51f99c38c390df3f76d5e599923412a807acbbf856633afcd3d4e2e2f2822186
|
|
4
|
+
data.tar.gz: ab314678395c075446f7e06ec8a5cbfc6c315e1b05ab2a931330eb43bbe8028b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 784a93fb04f52507ea5bf2e8821c377399bf3bca646243521318dd5ea4d063161306f9526b3a3a53c1204b25211a8cb875949e96cc03cc2e978d8b983e8a5c96
|
|
7
|
+
data.tar.gz: 3c7898774af1b19fd1f036a2ef14ef3aa18a5f945d8c4e75c528dc0f505b1cd41d58b37c024a854fab510d5b0f930d2bdacf05c536dcdd2de3325c9e0880bfad
|
|
@@ -109,7 +109,7 @@ module Jekyll
|
|
|
109
109
|
category_info << c
|
|
110
110
|
end
|
|
111
111
|
site.data["category-info"] = category_info
|
|
112
|
-
print category_info.inspect
|
|
112
|
+
# print category_info.inspect
|
|
113
113
|
end
|
|
114
114
|
|
|
115
115
|
# the category info from '_category.yml' file
|
|
@@ -253,8 +253,8 @@ module Jekyll
|
|
|
253
253
|
end
|
|
254
254
|
|
|
255
255
|
@site.data["date-info"] = dates_info_years.sort{|a, b| b["year"] <=> a["year"]}
|
|
256
|
-
print "\n=================================\n"
|
|
257
|
-
print @site.data["date-info"].inspect
|
|
256
|
+
# print "\n=================================\n"
|
|
257
|
+
# print @site.data["date-info"].inspect
|
|
258
258
|
end
|
|
259
259
|
|
|
260
260
|
# Checks if archive type is enabled in config
|