diff --git a/_sass/_default.scss b/_sass/_default.scss
index c24e22c..f5ac613 100644
--- a/_sass/_default.scss
+++ b/_sass/_default.scss
@@ -683,11 +683,7 @@ strong {
}
time {
- float: none;
- }
-
- time::before {
- content: " - ";
+ display: none;
}
.page-title {
diff --git a/blog/index.html b/blog/index.html
index 3146e39..65ed632 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -20,7 +20,7 @@ priority: 0.9
{% assign words = post.content | number_of_words %} {% if words
< 360 %} Read time: 1 minute
{% else %}
- Read time: {{ words | divided_by:150 }} minutes
+ Read time: {{ words | divided_by:184 }} minutes
{% endif %}
{% for tag in post.tags %}
{{ tag }}