jekyll-theme 1.4.0 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/index.html +3 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fdf6c861c9298e95ddcd0307cc035fc303506f0da045b67ca3c3696b12f4ef6b
4
- data.tar.gz: d391886c3397f7a3d72dbd9cccf0821702890351485cb03d8a15112b7a033082
3
+ metadata.gz: de306299793dbc33a9eeaed6c12d2dca10d10e32bae5a43f37aed6b4edbe0244
4
+ data.tar.gz: 524f56988f9d0639489ffb4b23f6efd06310f108015eb9cfa55cfebddd8df6be
5
5
  SHA512:
6
- metadata.gz: 3d359eb68bcc938e8e1655c450e7eab893dfb61b867e616af9c097ffe4d33ba267a24295f0dce988fbc52b33ec717584c3d5c91f4435f234987d22a4b5a24b03
7
- data.tar.gz: 1e8c1443ee24202c631f2c0f251e6a84fb492d3b9acf339e994ab19b8349effec09cd4aa8e126d7590109f6c5973466bcd97bac12b022a569b7ad949dddcdbff
6
+ metadata.gz: fc05a482ed86506bb7da443af30c61d16adb77d53033e37d2e39e35f479ecef2ceadb40831c6c95312c4283489da2e3f978544f4a2affa7868e423f200d3dc49
7
+ data.tar.gz: 15dc20fad662e1ed458dc6422c020462284a1e63ccd4e9a766d9b6bd8d93539b3bd8b381322e04cbcfa128e4ee5a41ff1e91ed440013aab073c05d3f8aa1f29d
data/_layouts/index.html CHANGED
@@ -7,10 +7,10 @@ layout: default
7
7
  <h1 class="page-heading">{{ page.title }}</h1>
8
8
  {%- endif -%}
9
9
 
10
- {%- if site.posts.size > 0 -%}
11
- <h2 class="post-list-heading">{{ page.list_title | default: "Posts" }}</h2>
10
+ {%- if site.category.CATEGORY > 0 -%}
11
+ <!-- <h2 class="post-list-heading">{{ page.list_title | default: "Writeups" }}</h2> -->
12
12
  <ul class="post-list">
13
- {%- for post in site.posts -%}
13
+ {%- for post in site.category.CATEGORY -%}
14
14
  <li>
15
15
  {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
16
16
  <span class="post-meta">{{ post.date | date: date_format }}</span>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sohee