Skip to content

Commit 4c58d8b

Browse files
authored
Update note.njk
1 parent 841702b commit 4c58d8b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/layouts/note.njk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ layout: base
1010
{% set tagUrl %}/{{ page.lang }}/tags/{{ tag | slug }}/{% endset %}
1111
<a href="{{ tagUrl | url }}" class="note-tag">{{ tag }}</a>
1212
{% endfor %}
13-
14-
<span>| About {{ content | readingTime }} reading time</span>
1513
</ul>
1614

1715
{{ content | safe }}
@@ -34,4 +32,4 @@ layout: base
3432
</ul>
3533
{%- endif %}
3634
{%- endif %}
37-
</article>
35+
</article>

0 commit comments

Comments
 (0)