jekyll-theme-consulting 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/thread.html +2 -2
- 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: 0ff445338309e4bac39afe2050c37cb25c126ad7
|
4
|
+
data.tar.gz: cc3b04db93e2ce594e92b9b8bec99f9f651fa12b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 713f977e5817e76bbb0c7c0ad66d447a4fa89f538ef49b0ee439871ff572929bbfc212c0297f61c84b09a8518bf97c19cf7619e9b72813beb640922cf357df9d
|
7
|
+
data.tar.gz: f67b7cfe28fef44f417cf0bdcd4c245161c77a0d578d1130ba836e2b3f61a58143cd4bdea8fcaec8b14af9fdb737aadfe95c20390040d26a3ad32bce9d07818b
|
data/_includes/thread.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{% assign posts=site.posts | where:"lang", page.lang %}
|
2
|
-
{
|
2
|
+
{% assign date_format = site.date_format | default: "%b %-d, %Y" %}
|
3
3
|
|
4
4
|
{%- if posts.size > 0 -%}
|
5
5
|
<section>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<h2>{{ page.list_title | default: "Posts" }}</h2>
|
8
8
|
</header>
|
9
9
|
<div class="posts">
|
10
|
-
{%- for post in
|
10
|
+
{%- for post in posts -%}
|
11
11
|
<article>
|
12
12
|
<a href="{{ post.url | absolute_url }}" class="image"><img src="{{ post.image | absolute_url }}" alt="" /></a>
|
13
13
|
<h3>{{ post.title | escape }}</h3>
|