eli-theme 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5abb8ceebc9726744caa15f93621885ce443182e
4
- data.tar.gz: de52d6d40dc9e26ff5c90249a3269b4d1cfd3c2c
3
+ metadata.gz: c42e498c7707b3b450245c23085bb22e2601d3ce
4
+ data.tar.gz: ddf5042a8e4166f596732d0c76e69f8051e2feec
5
5
  SHA512:
6
- metadata.gz: '048ab074f5e129f3a417b0dabcbd76a209f8bd204d52512b3da923b06cf467e3746a5d5370d6c9e115b8ba526708082c8e0150618dcb1e810e59c0f14a8d41c0'
7
- data.tar.gz: 64ac421bd4dcfd746e79833d3356049c4064056f9a5549e894c133913d507bf72bcc571765b6939a02c59c26b7704137623314301d95ecc6d56e8f6351b8b4fb
6
+ metadata.gz: b473ab23b8df79347c855724b52a14019eeefa1a9818b7c528552c3c35bdec3ae871d262ac1dc199f2c3dbc7dd9c827b5bcbdb12c0408a15dcaf5f48e14d3f30
7
+ data.tar.gz: 485a4993a2483f69b2ec17af4d8ce897b71d446de7632e2a172c25a016f5d0361e2c63ddd93dd8876bee0c3de902cb9d4ec24971de743fae26844127ce482879
@@ -0,0 +1,25 @@
1
+ <div class="post-index">
2
+ <h5>Posts</h5>
3
+ <hr/>
4
+ <ul>
5
+ {% for post in site.posts %}
6
+ <li>
7
+ <a href={{ post.url }} class="post-index-entry">
8
+ <p>{{ post.title }}</p>
9
+ {% if post.date %}
10
+ <i class="fa fa-calendar"></i>
11
+ <span>{{ post.date | date: "%m / %y"}}</span>
12
+ {% endif %}
13
+
14
+ {% if post.author %}
15
+ &nbsp
16
+ &nbsp
17
+ <i class="fa fa-user"></i>
18
+ <span>{{ post.author}}</span>
19
+ {% endif %}
20
+ </a>
21
+ <hr/>
22
+ </li>
23
+ {% endfor %}
24
+ </ul>
25
+ </div>
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eli-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - thegoobs
@@ -66,8 +66,10 @@ files:
66
66
  - _includes/header.html
67
67
  - _includes/mobile-nav.html
68
68
  - _includes/nav.html
69
+ - _includes/post-index.html
69
70
  - _includes/scripts.html
70
71
  - _layouts/default.html
72
+ - _layouts/home.html
71
73
  - _layouts/page.html
72
74
  - _layouts/post.html
73
75
  - _sass/elements/footer.scss