_sass/_default.scss 🔗
@@ -683,11 +683,7 @@ strong {
     }
 
     time {
-        float: none;
-    }
-
-    time::before {
-        content: " - ";
+        display: none;
     }
 
     .page-title {
  Amolith created
_sass/_default.scss | 6 +-----
blog/index.html     | 2 +-
2 files changed, 2 insertions(+), 6 deletions(-)
@@ -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>