Skip to content

Commit

Permalink
fix: add reading percent sign (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
niumoo authored and liuyib committed Sep 29, 2020
1 parent 5da9c37 commit d3254c1
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 0 deletions.
1 change: 1 addition & 0 deletions layout/_partials/sidebar/sidebar.pug
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,5 @@ if theme.reading_progress.enable && is_post()
div.sidebar-reading-info
span.sidebar-reading-info__text= __('sidebar.read_info') + ' '
span.sidebar-reading-info__num= '0'
span.sidebar-reading-info__perc= '%'
div.sidebar-reading-line
243 changes: 243 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3254c1

Please sign in to comment.