eli-theme 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/_includes/footer.html +2 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c42e498c7707b3b450245c23085bb22e2601d3ce
4
- data.tar.gz: ddf5042a8e4166f596732d0c76e69f8051e2feec
3
+ metadata.gz: 1a2502f1c799a663bd2a6080cb0956a9b4a1abc7
4
+ data.tar.gz: 2fc1862f259de76c48070dae0d10c32c476e2a41
5
5
  SHA512:
6
- metadata.gz: b473ab23b8df79347c855724b52a14019eeefa1a9818b7c528552c3c35bdec3ae871d262ac1dc199f2c3dbc7dd9c827b5bcbdb12c0408a15dcaf5f48e14d3f30
7
- data.tar.gz: 485a4993a2483f69b2ec17af4d8ce897b71d446de7632e2a172c25a016f5d0361e2c63ddd93dd8876bee0c3de902cb9d4ec24971de743fae26844127ce482879
6
+ metadata.gz: fffceb0232db36445ee42a4470ada9f92c015e356db38ea73aff034951d18ab3707ce0d90a828a94137c1345b3c0fd614299efe2f42cd23ba50ea5e74eb3584c
7
+ data.tar.gz: 8abc8630e00748910d75aba48e992b8e5e0558904f4edc51e482a563e9f344ffff5c9894640b65a5c862e51a0e282316bb7dbf7808044b05d7d0329d9995e652
data/README.md CHANGED
@@ -31,7 +31,7 @@ Or install it yourself as:
31
31
 
32
32
  ## Usage
33
33
 
34
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
34
+ The main layout used throughout all of the pages in the theme use the default layout. This layout should be enough to get you started for your homepage and any other random text based pages you want to have.
35
35
 
36
36
  ## Contributing
37
37
 
@@ -13,6 +13,8 @@
13
13
  </div>
14
14
  <div class="footer-desc">
15
15
  {{ site.description }}
16
+ <br/>
17
+ Built using Jekyll and powered by Siteleaf. Theme: eli-theme v-0.1.3
16
18
  </div>
17
19
  </div>
18
20
  </footer>
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - thegoobs