jekyll-theme-mehdix-rtl 0.1.17 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/static_comments.html +9 -3
- data/_sass/_post.scss +3 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 644566af065ccd579c3299b428474a14a9d66175
|
|
4
|
+
data.tar.gz: b89e8336282065e2ef3ea335cb6c893592e1ba1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7208adb00cc538d1c7da305d5e63a8ee188039560acc3f3f942404efd259c699e89cc59e93bed72b9645a0964be2b4289b37e7bb04dc547f0bd10a02ce75344c
|
|
7
|
+
data.tar.gz: c623928a6b41cc745da27bfc2a9637742c8216541efd4c2f0ac6da7a7b36621458d4aab34b8466dcce41854eac297832692b1b566bb31efe9775cf9325e854eb
|
|
@@ -7,9 +7,15 @@
|
|
|
7
7
|
<article>
|
|
8
8
|
<div class="comment-image-wrapper"><img class="comment-avatar" src="https://www.gravatar.com/avatar/{{comment.email}}?s=200&d=robohash" /></div>
|
|
9
9
|
<div class="comment-body-wrapper">
|
|
10
|
-
<
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
<small>
|
|
11
|
+
{% if comment.website %}
|
|
12
|
+
<a href={{comment.website}}>{{ comment.name }}</a>
|
|
13
|
+
{% else %}
|
|
14
|
+
{{ comment.name }}
|
|
15
|
+
{% endif %}
|
|
16
|
+
</small>
|
|
17
|
+
<small class="post-meta"> •  {{ comment.date | jdate: "%d %b %Y" | habify }}</small>
|
|
18
|
+
<p>{{ comment.message }}</p>
|
|
13
19
|
</div>
|
|
14
20
|
</article>
|
|
15
21
|
{% endfor%}
|
data/_sass/_post.scss
CHANGED
|
@@ -146,8 +146,7 @@
|
|
|
146
146
|
display: grid;
|
|
147
147
|
|
|
148
148
|
article {
|
|
149
|
-
display:
|
|
150
|
-
grid-template-columns: 1fr 5fr;
|
|
149
|
+
display: flex;
|
|
151
150
|
margin-top: 1em;
|
|
152
151
|
width: 100%;
|
|
153
152
|
border-top: 1px solid #f2f3f3;
|
|
@@ -159,12 +158,11 @@
|
|
|
159
158
|
}
|
|
160
159
|
|
|
161
160
|
.comment-image-wrapper {
|
|
162
|
-
width:
|
|
163
|
-
float: right;
|
|
161
|
+
width: 77px;
|
|
164
162
|
}
|
|
165
163
|
|
|
166
164
|
.comment-body-wrapper {
|
|
167
|
-
|
|
165
|
+
flex-grow: 1;
|
|
168
166
|
}
|
|
169
167
|
|
|
170
168
|
.pagination {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-mehdix-rtl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mehdi Sadeghi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-12-
|
|
11
|
+
date: 2017-12-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|