Remove Jekyll reading time plugin (#21341)

This commit is contained in:
Franck Nijhof 2022-01-26 17:56:40 +01:00 committed by GitHub
parent 65a2ff3008
commit 3236c2b90b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,6 @@ end
group :jekyll_plugins do group :jekyll_plugins do
gem 'jekyll-paginate', '1.1.0' gem 'jekyll-paginate', '1.1.0'
gem 'jekyll-sitemap', '1.4.0' gem 'jekyll-sitemap', '1.4.0'
gem 'jekyll-time-to-read', '0.1.2'
gem 'jekyll-commonmark', '1.3.1' gem 'jekyll-commonmark', '1.3.1'
gem 'jekyll-toc', '0.17.1' gem 'jekyll-toc', '0.17.1'
end end

View File

@ -48,7 +48,6 @@ commonmark:
highlighter: none highlighter: none
plugins: plugins:
- jekyll-time-to-read
- jekyll-toc - jekyll-toc
paginate: 10 # Posts per page on the blog index paginate: 10 # Posts per page on the blog index

View File

@ -11,7 +11,6 @@
<div class="meta clearfix"> <div class="meta clearfix">
{% include blog/post/date.html %}{{ time }} {% include blog/post/date.html %}{{ time }}
{% include post/author.html %} {% include post/author.html %}
<span><i class='icon-time'></i> {{ post.content | reading_time_as_s }} reading time</span>
{% include blog/post/tags.html %} {% include blog/post/tags.html %}
{% if page.comments != false and post.comments != false %} {% if page.comments != false and post.comments != false %}
<a class='comments' <a class='comments'