mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Remove Jekyll reading time plugin (#21341)
This commit is contained in:
parent
65a2ff3008
commit
3236c2b90b
1
Gemfile
1
Gemfile
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user