wead 0.1.1 → 0.1.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/home.html +10 -0
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b6aa8e0432ae126f12cd7604ef58d4b7020564eb
4
- data.tar.gz: 8343f74d604c79a40a4c5678f978d599b23c0c01
3
+ metadata.gz: 82889c0fe0b64cd0d243133629b158941c9ed910
4
+ data.tar.gz: 832c21d50b98156369e675d744b30840f018e7ee
5
5
  SHA512:
6
- metadata.gz: ff15d988c129da7288471ce6039b4df5bbd27894971b24c17dbaa4e0f1fb8101e303c0ce2e08950837142e4d585530cca7c23ebc43e665886aaf01b5807939e8
7
- data.tar.gz: 9173d9e65ab1fa249779ad6f4d1149a750704947fd956c17aa6143d97f03006f6ffed3715705b88dafad8062e4370fb5c033137817e719616f5f835bdd6312c1
6
+ metadata.gz: 1f79a08bd337b5315c7590481ee4d9b259a28bcf54a4300f6507a72b0259367fa8bcafdd322ecb004038541bd66617bd5f562eb3191686a9a149d7369c829ba4
7
+ data.tar.gz: dc6a2dd8d91c7d1860783197a9749800eb645ccc07f04e8e3610ac5c55fbd89c75aef356080f9abf93dc94d3ece8f45f63b70b4a02d342cb6ab72a20483e4e71
@@ -0,0 +1,10 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ {% include head.html %}
4
+ <body>
5
+ {% include header.html %}
6
+ {% include posts.html %}
7
+ {% include footer.html %}
8
+ </body>
9
+ <script src="{{ "/assets/javascripts/main.js" | prepend: site.baseurl }}"></script>
10
+ </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wead
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
  - Kevin Rodríguez
@@ -70,6 +70,7 @@ files:
70
70
  - _includes/post.html
71
71
  - _includes/posts.html
72
72
  - _layouts/default.html
73
+ - _layouts/home.html
73
74
  - _layouts/page.html
74
75
  - _layouts/post.html
75
76
  - _sass/_footer.sass