linaro-jekyll-theme 0.10.38 → 0.10.39
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: c313edc5c553aa2ff8a9c0720e9d7d20f9ee9c51
|
4
|
+
data.tar.gz: b52717f7e7aa15ebdb6ce1fd3918bb823597d7f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5038b8f26ec126ed34fdf3daacde8ad7864b8395c8f28aaad623b6a75c50864e0063eeeabfc4f9fb32532afc611e9137f58a256ecd371e0b0129e83b458edfc4
|
7
|
+
data.tar.gz: d3af242d610844e51bf8076ccc11068df1b6430cdea8e9a58de2f788b42d6e7ce4be364695df15ce042000874b473cecfb9440f179d2777703db80e47748c1c1
|
data/_layouts/post.html
CHANGED
@@ -37,7 +37,7 @@ layout: empty
|
|
37
37
|
<article class="post-content">
|
38
38
|
{% if page.featured_image != '' %}
|
39
39
|
<h1>{{page.title}}</h1>
|
40
|
-
{% if page.author %}<em>By {page.author}}</em>{% endif %}{% if page.date %}<small class="blog-date text-center"
|
40
|
+
{% if page.author %}<em>By {{page.author}} </em>{% endif %}{% if page.date %}<small class="blog-date text-center">Posted on <em>{{page.date | date: "%A, %B %-d, %Y"}}</em></small>{% endif %}
|
41
41
|
{% endif %}
|
42
42
|
{{ content }}
|
43
43
|
</article>
|