Skip to content

Commit 44ca3e1

Browse files
Merge pull request #55 from moldedbits/revert-54-b2-add-read-timer
Revert "B2 add read timer"
2 parents 165581b + a34622a commit 44ca3e1

File tree

6 files changed

+1
-9
lines changed

6 files changed

+1
-9
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
source 'https://rubygems.org'
22
gem 'github-pages', group: :jekyll_plugins
3-
gem 'jekyll-time-to-read', group: :jekyll_plugins

Gemfile.lock

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ GEM
157157
jekyll-theme-time-machine (0.1.0)
158158
jekyll (~> 3.5)
159159
jekyll-seo-tag (~> 2.0)
160-
jekyll-time-to-read (0.1.2)
161-
jekyll
162160
jekyll-titles-from-headings (0.4.0)
163161
jekyll (~> 3.3)
164162
jekyll-watch (1.5.0)
@@ -214,7 +212,6 @@ PLATFORMS
214212

215213
DEPENDENCIES
216214
github-pages
217-
jekyll-time-to-read
218215

219216
BUNDLED WITH
220-
1.15.4
217+
1.14.6

_layouts/post.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ <h2 class="page-description">
3535
<header class="post-header">
3636
<section class="post-meta">
3737
<time class="post-date" datetime="{{ page.date | date:"%Y-%m-%d" }}">{{ page.date | date_to_string }}</time>
38-
. {{ content | reading_time_as_i }} read
3938
{% if page.categories.size > 0 %}
4039
{{ page.categories | array_to_sentence_string | prepend: 'on ' }}
4140
{% endif %}

feed.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
{% endif %}
2121
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
2222
<link>{{ site.url }}{{ post.url }}</link>
23-
<read>{{post.content | reading_time_as_i }}</read>
2423
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
2524
</item>
2625
{% endfor %}

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ <h2 class="post-title"><a href="{{ post.url }}">{{ post.title }}</a></h2>
4949
alt="profile" nopin="nopin" />
5050
{{ author.name }}
5151
{% endif %}
52-
. {{ post.content | reading_time_as_i }} read
5352
{% if post.categories.size > 0 %}
5453
{{ post.categories | array_to_sentence_string | prepend: 'on ' }}
5554
{% endif %}

rss.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
{% endif %}
2121
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
2222
<link>{{ site.url }}{{ post.url }}</link>
23-
<read>{{post.content | reading_time_as_i }}</read>
2423
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
2524
</item>
2625
{% endfor %}

0 commit comments

Comments
 (0)