Skip to content

Commit

Permalink
fix: fix i18n of post.read_more
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBarranqueiro committed Dec 21, 2020
1 parent b7844b7 commit 40cff54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partial/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<% if (post.excerpt || post.link) { %>
<div class="postShorten-excerpt">
<%- post.excerpt %>
<% if (post.link && _('post.go_to_website')) { %>
<% if (post.link && __('post.go_to_website')) { %>
<a
href="<%- url_for(post.link) %>"
target="new"
Expand Down

0 comments on commit 40cff54

Please sign in to comment.