Skip to content

Commit

Permalink
[MODIFY] reading-time 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
soyeon207 committed Jul 14, 2021
1 parent 135111e commit 1454dac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion _includes/views/pagination.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ <h2 class="post-title">
</h2>
<div class="post-meta">
<span class="post-date"><i class="fa fa-calendar"></i> {{ post.date | date: date_format }}</span>
<span class="post-reading-time left-vsplit"><i class="fa fa-clock-o"></i> {{ reading_time }}</span>
</div>
<p class="post-excerpt">
{{ excerpt }}
Expand Down
6 changes: 0 additions & 6 deletions _includes/views/post-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ <h3 class="post-subtitle">{{ subheading | default: page.subtitle | escape }}</h3
{%- assign date_format = site.yat.date_format | default: "%b %-d, %Y" -%}
<i class="fa fa-calendar"></i> {{ page.date | date: date_format }}
</time>

{% assign article = page.content %}
{% assign lang = page.lang %}
{%- include functions.html func='get_reading_time' -%}
{% assign reading_time = return %}
<span class="post-reading-time left-vsplit"><i class="fa fa-clock-o"></i> {{ reading_time }}</span>
</p>

{%- if page.tags.size > 0 -%}
Expand Down

0 comments on commit 1454dac

Please sign in to comment.