linaro-jekyll-theme 0.10.39 → 0.10.40
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: 014f42af300fac95c38f803e11ae0ceb9dd0a6f1
|
4
|
+
data.tar.gz: 63ba97d845b792db6c1ade975454fd44c8765d37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 963ed6a320ec66f03ac188435dd225cffa14fa21e6959d76c9e2fed7c4d761ef70e753be1145ee63d0e1ec856021895c3bbe88543044686b096fe5a3d3d7e44d
|
7
|
+
data.tar.gz: 8c3da00ffa0741675a98d6e4a50da6b758ac318e6749323d13b3bf009f3983d33ce81ccb519ec2f023ebc46fd21130c936b0d6f7538931e64cc48974a3d3cc5b
|
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">Posted on <
|
40
|
+
{% if page.author %}<em>By {{page.author}} </em>{% endif %}{% if page.date %}<small class="blog-date text-center"><em>Posted on <b>{{page.date | date: "%A, %B %-d, %Y"}}</b></em></small>{% endif %}
|
41
41
|
{% endif %}
|
42
42
|
{{ content }}
|
43
43
|
</article>
|