minimalist-theme 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/index.html +2 -1
- data/_layouts/post.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fbf358ff14a6fdb570bca788467cd7b79f42844b9cf381aeff6efb70d200efd9
|
4
|
+
data.tar.gz: d68c4cebfa5ea6eb2115a1e0d40d6b79ecf334d7263290701fdc1a79ee4774dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96a20ef208623f69219f376f5bd69c34ba6121d62815190779c6f7c6ce0e6f84b94a0a46e1c42dfb741a9669efadb4ffad09fd013a980900d34ad17ed5b7e0ad
|
7
|
+
data.tar.gz: 5fab6d4d02ed349ce3d2b112c426018959a7d405c7cb023723280bdca510b822ebf8ed86566c2971057b73d9de3892424bce0589421afb5895f75f947c83624e
|
data/_layouts/index.html
CHANGED
@@ -13,7 +13,8 @@ layout: default
|
|
13
13
|
<p class="f6 f5-l lh-copy">
|
14
14
|
{{ post.excerpt }}
|
15
15
|
</p>
|
16
|
-
<p class="f6 lh-copy mv0">{{ post.author }}</p>
|
16
|
+
<p class="f6 lh-copy mv0 gray">{{ post.author }}</p>
|
17
|
+
<time class="f6 db gray">{{ post.date | date: "%b %d, %y" }}</time>
|
17
18
|
</div>
|
18
19
|
</div>
|
19
20
|
</a>
|
data/_layouts/post.html
CHANGED
@@ -5,7 +5,7 @@ layout: default
|
|
5
5
|
<article class="baskerville pb5">
|
6
6
|
<header class="avenir tc-l ph3 ph4-ns pt4 pt5-ns">
|
7
7
|
<h1 class="f3 f2-m f-subheadline-l measure lh-title fw1 mt0 playfair">{{ page.title }}</h1>
|
8
|
-
<time class="f5 f4-l db fw1 montserrat mb4"> {{ page.date| date: "%b %d, %y" }}</time>
|
8
|
+
<time class="f5 f4-l db fw1 montserrat mb4"> {{ page.date | date: "%b %d, %y" }}</time>
|
9
9
|
</header>
|
10
10
|
<div class="ph3 ph4-m ph5-l">
|
11
11
|
<div class="measure db center f5 f4-ns lh-copy">
|