linaro-jekyll-theme 0.10.41 → 0.10.42
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 +1 -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: cbbd8141bf0ff8f45ef0942c59912162fd808f1e
|
4
|
+
data.tar.gz: fcc488c54c064f71734055fe111d9b28042b28c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05d7fdddafbd881e2a7b95c6f04626540b3cfcfb84614c9090ab3cb494ad942a3585a96876a8afdd4798ae70a2e98913fd37f5084078aad5584bc2b6c1d9bdfa
|
7
|
+
data.tar.gz: a22c887bb5eb8aa4cc1871e770b57937f0b3eabbd96d3f99443985966fcc1d6b99e0463b5d3ff9f5f11b1f3842c1d39f74ff000a07eaaf8e08d7895b762b3483
|
data/_layouts/post.html
CHANGED
@@ -38,7 +38,7 @@ layout: empty
|
|
38
38
|
{% if page.featured_image != '' %}
|
39
39
|
<div class="post-info">
|
40
40
|
<h1>{{page.title}}</h1>
|
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 %}
|
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
42
|
</div>
|
43
43
|
{% endif %}
|
44
44
|
{{ content }}
|