winterslow 0.1.43 → 0.1.44

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: 89f4e8d27b04559e10a55a1aadd6c41616b20b9c
4
- data.tar.gz: fa9a1be8964a23307cb1c3dddfd9cdc34413a0da
3
+ metadata.gz: 32741386906a498b635f63cf3e26f39ffd723afb
4
+ data.tar.gz: 16273f6a37c206b46626d03f414c53915fcc6893
5
5
  SHA512:
6
- metadata.gz: fa7f27c25cf41caa853e50d00086af39bbf61ac574ac421a44e1935c55a63a78e51f1364e9f40f7a97f8b289a3fda3d93e6ea81b97fcc135995f93cb7ab42e87
7
- data.tar.gz: f62124e9f9da91fc62b571596e1b9ab049468f74b1400ad63c2eb78f3fb3edaee761213bb8e1019f1868ee2ef1f5a04923189f8e4dbe9bf605ec1848b9ba48ff
6
+ metadata.gz: 9fb52248014c5bd6e18565379da20a5015df9eb964766248f6f4dbf87f6fe07454538daba2e92068e443fd7b336b0f584fc2b60e0ccd2f3cb67d87e32bec17b3
7
+ data.tar.gz: 879341e6d18466c2fea723becdf7b089f05928d86491c74ff12c32399701f544dbfc3ab86fa0f3eaac04c7edf850bcaf8b2e7adf7b5b744969f20aac1c39db21
@@ -0,0 +1,10 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ div class = "row">
6
+ div class = "col-xs-4">/div>
7
+ div class = "col-xs-4">/div>
8
+ div class = "col-xs-4">/div>
9
+ /div>
10
+
data/_layouts/home.html CHANGED
@@ -1,12 +1,11 @@
1
1
  ---
2
2
  layout: default
3
- permalink: pretty
4
3
  ---
5
4
 
6
5
  {{ content }}
7
6
 
8
- <ul>
9
- {% for post in site.posts %}
10
- <li>{{ post.date }} <a href = "{{ post.url }}"> {{ post.title }} </a> </li>
11
- {% endfor %}
12
- </ul>
7
+ <ul>
8
+ {% for post in site.posts %}
9
+ <li>{{ post.date }} <a href = "{{ post.url }}"> {{ post.title }} </a> </li>
10
+ {% endfor %}
11
+ </ul>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: winterslow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.43
4
+ version: 0.1.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
@@ -64,6 +64,7 @@ files:
64
64
  - _includes/footer.html
65
65
  - _includes/head.html
66
66
  - _includes/header.html
67
+ - _layouts/brew.html
67
68
  - _layouts/default.html
68
69
  - _layouts/home.html
69
70
  - _layouts/page.html