jekyll-theme-heidi 3.0.1 → 3.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17813168f4d7ca8a04c03c2cc3729a646ff1ea86
4
- data.tar.gz: aff5e0322fd0bf7ee426748f0135c28a663c8d80
3
+ metadata.gz: 3c6d01a929461d0b6d52d054ccef41090a6df10d
4
+ data.tar.gz: 3f32a2b66d10d7e89ed547649addd3b5cadaf664
5
5
  SHA512:
6
- metadata.gz: c173d341f02a7520c02194dd4acc328ad793502d91f6df6fc4dc2031f7233c0c2a590f4e98625d0e99cf0eaf2face0453f12453b764d88dae87c6fa598aa84b5
7
- data.tar.gz: 16881b553eca07d7bc52e00dafccb7942fcf643d1ab31efcfa1d7ca8dd7c86c4cfcabb6a89f91f8f04e06bcfaf88154c77b07c583257dc638b1b0beb9e964192
6
+ metadata.gz: 9c4d4e9e584168d40929db24f7596b93025d71a7c1407c2d0b2b2c149456f8696ee0a3f19c914f2d841548e59810a61a4922830df4a31bdf74cd3d9c03ec82f0
7
+ data.tar.gz: 66c359f14b70e2782767c869aca06bea5eb45863fc1a4aef4c642740dece1c3f7868dce0b426d7f03f356b5c321901b190c69a74cd8e05309b6f9110817c8ccd
@@ -0,0 +1,7 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="homepage">
6
+ {{ content }}
7
+ </div>
@@ -67,3 +67,10 @@ body {
67
67
  height: 32px;
68
68
  width: 40px;
69
69
  }
70
+
71
+ @media (min-height: 786px) {
72
+ .homepage {
73
+ position: absolute;
74
+ bottom: 3rem;
75
+ }
76
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-heidi
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Otto
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-08-13 00:00:00.000000000 Z
12
+ date: 2017-08-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -114,6 +114,7 @@ files:
114
114
  - _includes/sidebar.html
115
115
  - _includes/social.html
116
116
  - _layouts/default.html
117
+ - _layouts/home.html
117
118
  - _layouts/page.html
118
119
  - _layouts/post.html
119
120
  - _sass/heidi.scss