remove date on mobile
This commit is contained in:
parent
041dcaa2f5
commit
1d510d5fc5
|
@ -683,11 +683,7 @@ strong {
|
|||
}
|
||||
|
||||
time {
|
||||
float: none;
|
||||
}
|
||||
|
||||
time::before {
|
||||
content: " - ";
|
||||
display: none;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
|
|
|
@ -20,7 +20,7 @@ priority: 0.9
|
|||
{% assign words = post.content | number_of_words %} {% if words
|
||||
< 360 %} <a class="meta">Read time: <b>1 minute</b></a>
|
||||
{% else %}
|
||||
<a class="meta">Read time: <b>{{ words | divided_by:150 }} minutes</b></a>
|
||||
<a class="meta">Read time: <b>{{ words | divided_by:184 }} minutes</b></a>
|
||||
{% endif %}
|
||||
{% for tag in post.tags %}
|
||||
<a class="meta" href="{{ site.baseurl }}/tags/#{{tag | slugify }}">{{ tag }}</a>
|
||||
|
|
Loading…
Reference in New Issue