linaro-jekyll-theme 0.10.40 → 0.10.41
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 +3 -1
- 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: 23005f105e62f89319bb1b84bbf264915810f55d
|
4
|
+
data.tar.gz: 5773717a4b36dca5c68ebb66d7d1d208dc05d4e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4bb84f00c6da50c70fafd7c85de6a731ad0278c215635b709fcb70030a3d4563196ebfc21d6f4213d531815208b7315f04324a408ecf356b1ebc98542681629b
|
7
|
+
data.tar.gz: 17b6b6f6e02b13813a6fbb20d08a252e08dd7eea29482dcab8670c186c4d795c9affa00dd5ed4ed730ea6e133dc41ea2ff42fe1a60a530c8eed1496c22e189fe
|
data/_layouts/post.html
CHANGED
@@ -36,8 +36,10 @@ layout: empty
|
|
36
36
|
<div class="col-md-9">
|
37
37
|
<article class="post-content">
|
38
38
|
{% if page.featured_image != '' %}
|
39
|
+
<div class="post-info">
|
39
40
|
<h1>{{page.title}}</h1>
|
40
|
-
{% if page.
|
41
|
+
{% if page.date %}<small class="blog-date text-center"><em>Posted on <b>{{page.date | date: "%A, %B %-d, %Y"}}</b></em></small>{% endif %}{% if page.author %}<em>By <b>{{page.author}}</b> </em>{% endif %}
|
42
|
+
</div>
|
41
43
|
{% endif %}
|
42
44
|
{{ content }}
|
43
45
|
</article>
|