jekyll-theme 1.2.0 → 1.3.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/post.html +0 -31
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c02994ca53deab7688cd6c17ccdb34c0cc35777365220fd3ad6667c38dd9da62
4
- data.tar.gz: a9bddd17adeda9243c738592c0c2f5f13ee23b2653f3916112baee0f11fe28aa
3
+ metadata.gz: 7230bb069deff755832fc927496db079455098a32d833deaca7c186925f0187b
4
+ data.tar.gz: 8a93316cfd9b3b7bc7d275539c3f9cd7b2fd2919d11633e9d4e08466ed11c5a4
5
5
  SHA512:
6
- metadata.gz: f989bcbaf67160ccb7950809de3c5ab4699c33310abdf10d35ca77c5ab388e568b0fe7ab3d8dc6cb4748a0cdb91d7336411639fee49fac9b1091a1cd6cb5080d
7
- data.tar.gz: 7323ddd62319e9905b000d76f5f50a013118053660b0e3d6add5b3ebef4f191722bfd5793f2c240108c5ea6f6a3294ef888c877de30f7c5563b4dd1936c04bd3
6
+ metadata.gz: 915022fc6f95633e93c3bb9b26e453b09129a4adfa987f9910b2fc814a14f695d1cbcff40228370d701988cfa60261811f752f9a1354c448caa3cb50411b0bd8
7
+ data.tar.gz: c3c77b57fbdda10d07c332f51486d3d45589e7a1d1ecb7d590273d7b165b6681c732078cd262293882c782c916c9a26fd461fdcdf0b986bc9ebe8fd1c9f756c3
data/_layouts/post.html CHANGED
@@ -1,31 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- <div class="home">
6
- {%- if page.title -%}
7
- <h1 class="page-heading">{{ page.title }}</h1>
8
- {%- endif -%}
9
-
10
- {%- if site.posts.size > 0 -%}
11
- <h2 class="post-list-heading">{{ page.list_title | default: "Posts" }}</h2>
12
- <ul class="post-list">
13
- {%- for post in site.posts -%}
14
- <li>
15
- {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
16
- <span class="post-meta">{{ post.date | date: date_format }}</span>
17
- <h3>
18
- <a class="post-link" href="{{ post.url | relative_url }}">
19
- {{ post.title | escape }}
20
- </a>
21
- </h3>
22
- {%- if site.show_excerpts -%}
23
- {{ post.excerpt }}
24
- {%- endif -%}
25
- </li>
26
- {%- endfor -%}
27
- </ul>
28
- {%- endif -%}
29
- </div>
30
-
31
- {{ content }}
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.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sohee