names_are_hard 0.2.2 → 0.2.4

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: 15d3f220001b2833fd138ae37ce4ae5abe1a03e4
4
- data.tar.gz: 1cfb58f4ac51ae7f331c2e253b7b6c92d149d1a5
3
+ metadata.gz: 8227b1a61c61e7e4333d067623dfc13684080b0e
4
+ data.tar.gz: 5a88572b7cef17378f8bbccd8a89c377d108fe71
5
5
  SHA512:
6
- metadata.gz: 8eb38474c53e6613d895fcd57cf1474831fcf5c3825c1f43c793c36a1021d2b3340c8ae90a8275cb8f570077fc5bdc817c12a0794d81de445008b516aa9f3e5a
7
- data.tar.gz: 9b5042d785adab5d4b71261ee680a64fa7c4449001b8c6337b5ef8b86f94a5a25d901876973e0b7217490a0b16100706cf950ca3265b108d70b047c28216e529
6
+ metadata.gz: f5678151ceae02b20fb30c9c894b9df9aa4793069170732b5d812bc92f82d69b43836661ae2d254088876ffc87d0e552ba3d078e3cba3ed6d8c6c2db4713a867
7
+ data.tar.gz: 58941d324280ec6c6ecd673f64ba5c5fa245b80624415f818685f33b183c1b16cde10bf4d34b0aa5791f80140345ae57023c4b2c5d94c465cc5fb864822a740d
data/_includes/head.html CHANGED
@@ -20,6 +20,10 @@
20
20
  <meta property="og:type" content="website" />
21
21
  <meta property="og:site_name" content="{{ site.website_title }}" />
22
22
 
23
+ {% if page.image %}
24
+ <meta property="og:image" content="{{ site.baseurl }}{{ page.image }}" />
25
+ {% endif %}
26
+
23
27
  <!-- google-specific meta tag -->
24
28
  <meta name="google" content="nositelinkssearchbox" />
25
29
  </head>
data/_layouts/page.html CHANGED
@@ -9,4 +9,4 @@
9
9
  </div>
10
10
  </div>
11
11
  </body>
12
- {% include footer.html %}
12
+ {% include footer.html %}
data/_layouts/post.html CHANGED
@@ -7,6 +7,7 @@
7
7
  {% if page.title %}
8
8
  <div class="title-wrapper">
9
9
  <h1 class="page-title"> {{ page.title }}</h1>
10
+ <div class="page-date">{{ page.date | date_to_long_string }}</div>
10
11
  {% if page.github_url %}
11
12
  <h2 class="page-gh">
12
13
  <a href="{{ page.github_url }}">
@@ -132,6 +132,14 @@ body li {
132
132
  .page-title {
133
133
  font-size: 40pt;
134
134
  font-weight: 100;
135
+ display: inline-block;
136
+ }
137
+
138
+ .page-date
139
+ {
140
+ margin-left: 5pt;
141
+ display: inline;
142
+ color: darken($foreground-color, 30%);
135
143
  }
136
144
 
137
145
  .page-footer {
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.2
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Johnston