linaro-jekyll-theme 0.10.37 → 0.10.38
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/post.html +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 272bbcd24b64e4cd2c822a7efb55bf34cb0444cd
|
4
|
+
data.tar.gz: 50cfdc70c32eb48b73fad671a9cb45b5e82bacb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c451bb0ffc2be6cc7344d27d8efc364cfdb674218382d4d4ade0c6281396fb26bf9052defeed0302af178ee5d46540dfecacb2fa07795cb747e02d831f0e31b
|
7
|
+
data.tar.gz: ac9065c88f41c8df80fb9333974bf4ea36451b01afd4b8e96f8c97882d0faaa46f6e45bee106574bf0b76a3c8b610f2d403349af285395c49bc847a77238b338
|
data/_layouts/post.html
CHANGED
@@ -35,6 +35,10 @@ layout: empty
|
|
35
35
|
<div class="row">
|
36
36
|
<div class="col-md-9">
|
37
37
|
<article class="post-content">
|
38
|
+
{% if page.featured_image != '' %}
|
39
|
+
<h1>{{page.title}}</h1>
|
40
|
+
{% if page.author %}<em>By {page.author}}</em>{% endif %}{% if page.date %}<small class="blog-date text-center"><em>{{page.date | date: "%A, %B %-d, %Y"}}</em></small>{% endif %}
|
41
|
+
{% endif %}
|
38
42
|
{{ content }}
|
39
43
|
</article>
|
40
44
|
<hr />
|