novella 0.1.2 → 0.1.3

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: b7e8a4241d46f655945becb1177b5a7c3373bbb3
4
- data.tar.gz: 71b118892b9816160627783e745819315ba5e746
3
+ metadata.gz: 9a6a7f01f049987459cd2cd15de932b3c358d435
4
+ data.tar.gz: 78d865ce0245880b539c153903d3012a252880a9
5
5
  SHA512:
6
- metadata.gz: d6fb5198fcfbc81495fe21b2f2a3c195d81a9fb8095e82480fb8ecdcab4156d1ac1a3dbdefb5cbb0bbee5542c3f6957483a2ac0f8af388e33566cb68f81b82d2
7
- data.tar.gz: e3785487789135a91bf4d509f721b41b05c80ddc5c1c16fe4a2a867cc46edbb058e151effb69174cf222e6172839830b79419e156184da0585fd5e4bfc7569c0
6
+ metadata.gz: 7b96a4e7f06893ba8530d8dd27bad963df04e0fa045b40d7ac4317dcf02b6c89c35ffe08ca81e41546fc8249aa34aced958d1c184fa6641eca4a05959ba15c0c
7
+ data.tar.gz: c2ff7f901e66cbcafbbb027a4e20260727a48d677c800e98f8efdbc0edcda4e80d4f4816e0a486bfb4bead36c798a67be98f6cae47aefd8cd7d39f8d16fd4463
@@ -11,8 +11,8 @@
11
11
  <footer class="site-footer">
12
12
  <div class="wrapper">
13
13
  <div class="footer-column-wrapper">
14
- <div class="footer-column">
15
- {{ site.description }}
14
+ <div class="footer-column footer-site-description">
15
+ {{ site.description | markdownify }}
16
16
  </div>
17
17
  <div class="footer-column footer-social-column">
18
18
  <ul class="social-list">
@@ -99,6 +99,14 @@
99
99
  @include horizontal-padding(2);
100
100
  }
101
101
 
102
+ .footer-site-description {
103
+ text-indent: inherit;
104
+
105
+ > p {
106
+ text-indent: inherit;
107
+ }
108
+ }
109
+
102
110
  .footer-social-column {
103
111
  width: 35%;
104
112
  }
@@ -1,10 +1,4 @@
1
1
  .highlight {
2
- background: $background-color;
3
-
4
- .highlighter-rouge & {
5
- background: $background-color;
6
- }
7
-
8
2
  /////////////
9
3
  // //
10
4
  // General //
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: novella
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
  - Ryan Maroon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-01 00:00:00.000000000 Z
11
+ date: 2016-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll