jekyll-theme-mehdix-rtl 0.1.17 → 0.1.18

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b21cff9c7cc95a61d98eb7e2b54ebbb5aa9735c3
4
- data.tar.gz: a2302a07e802a2cacbb7f84f0b77feb9500cd4f2
3
+ metadata.gz: 644566af065ccd579c3299b428474a14a9d66175
4
+ data.tar.gz: b89e8336282065e2ef3ea335cb6c893592e1ba1a
5
5
  SHA512:
6
- metadata.gz: 073cb0e4ed62a152bd60efd02076dc2e59480fcb1abab5a658a19d3a0c021ccfda2dbf47874aa061f69484767df13e29c13deade038f7111040ef39134428dbb
7
- data.tar.gz: 4703727994ea7ecf65d3da3c776c196e0e1c1a7bedb20f1ac73fceddc96309264d191ce94fbcdf8142c8691ccbf7dbdac198e15bc2ae31a5b41b23da6311ac70
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
- <h5 style="display: inline"><a href={{comment.url}}>{{ comment.name }}</a></h5>
11
- <p class="post-meta" style="display: inline"> •&nbsp {{ comment.date }}</p>
12
- <p>{{ comment.text }}</p>
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"> •&nbsp {{ 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: grid;
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: 4em;
163
- float: right;
161
+ width: 77px;
164
162
  }
165
163
 
166
164
  .comment-body-wrapper {
167
- float: right;
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.17
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-24 00:00:00.000000000 Z
11
+ date: 2017-12-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll