names_are_hard 0.2.4 → 0.2.5

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: 8227b1a61c61e7e4333d067623dfc13684080b0e
4
- data.tar.gz: 5a88572b7cef17378f8bbccd8a89c377d108fe71
3
+ metadata.gz: ea4d26916c1cfa64ec0d17b1c51202974ab244bc
4
+ data.tar.gz: 175780d80ca271ec49bcf5aab671bc5046f434e4
5
5
  SHA512:
6
- metadata.gz: f5678151ceae02b20fb30c9c894b9df9aa4793069170732b5d812bc92f82d69b43836661ae2d254088876ffc87d0e552ba3d078e3cba3ed6d8c6c2db4713a867
7
- data.tar.gz: 58941d324280ec6c6ecd673f64ba5c5fa245b80624415f818685f33b183c1b16cde10bf4d34b0aa5791f80140345ae57023c4b2c5d94c465cc5fb864822a740d
6
+ metadata.gz: 05bf9dd0d63f5665efdb05a0f3bc2db516e555393069990fd40a01132a8fe1083a4f209c58c1d2dbdc4b61e6e0e3bf6fd51b892b1255379cd98d719222d9cf5f
7
+ data.tar.gz: 3e9ecfbbcecad7d0a54e86334db7e4b4d2b382b4661e373c9f3cdaed1b3fb5ade317a64ebf40bc59f56e7e7867539b2aa93b0e48438f312d2e5e8036336a107f
data/_layouts/post.html CHANGED
@@ -8,6 +8,9 @@
8
8
  <div class="title-wrapper">
9
9
  <h1 class="page-title"> {{ page.title }}</h1>
10
10
  <div class="page-date">{{ page.date | date_to_long_string }}</div>
11
+ {% if page.description %}
12
+ <h3 class="page-description">{{ page.description }}</h3>
13
+ {% endif %}
11
14
  {% if page.github_url %}
12
15
  <h2 class="page-gh">
13
16
  <a href="{{ page.github_url }}">
@@ -135,6 +135,13 @@ body li {
135
135
  display: inline-block;
136
136
  }
137
137
 
138
+ .page-description
139
+ {
140
+ font-size: 18pt;
141
+ font-weight: 100;
142
+ color: darken($color: $foreground-color, $amount: 20%);
143
+ }
144
+
138
145
  .page-date
139
146
  {
140
147
  margin-left: 5pt;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: names_are_hard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Johnston