Skip to content

Commit

Permalink
refactor: Add space after en word
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyib committed Aug 8, 2019
1 parent f732507 commit 140fc2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/_common/sidebar.pug
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ aside#sidebar
span.sidebar-feed-email
a(href=feedEmail target="_blank" rel="noopener")
i.fa.fa-envelope.sidebar-feed-icon
span Email
span= "Email "
span= _p("sidebar.subscribe")

- var feedRSS = theme.feed.rss
if feedRSS
span.sidebar-feed-rss
a(href=url_for(feedRSS) target="_blank" rel="noopener")
i.fa.fa-rss.sidebar-feed-icon
span RSS
span= "RSS "
span= _p("sidebar.subscribe")

if theme.menu
Expand Down

0 comments on commit 140fc2e

Please sign in to comment.