remove date on mobile

This commit is contained in:
Amolith 2019-11-03 15:41:05 -05:00
parent 041dcaa2f5
commit 1d510d5fc5
Signed by: Amolith
GPG Key ID: CA3EFC40662C19BA
2 changed files with 2 additions and 6 deletions

View File

@ -683,11 +683,7 @@ strong {
} }
time { time {
float: none; display: none;
}
time::before {
content: " - ";
} }
.page-title { .page-title {

View File

@ -20,7 +20,7 @@ priority: 0.9
{% assign words = post.content | number_of_words %} {% if words {% assign words = post.content | number_of_words %} {% if words
< 360 %} <a class="meta">Read time: <b>1 minute</b></a> < 360 %} <a class="meta">Read time: <b>1 minute</b></a>
{% else %} {% 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 %} {% endif %}
{% for tag in post.tags %} {% for tag in post.tags %}
<a class="meta" href="{{ site.baseurl }}/tags/#{{tag | slugify }}">{{ tag }}</a> <a class="meta" href="{{ site.baseurl }}/tags/#{{tag | slugify }}">{{ tag }}</a>