diff options
Diffstat (limited to 'pelican-bootstrap3/templates/article_list.html')
-rw-r--r-- | pelican-bootstrap3/templates/article_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican-bootstrap3/templates/article_list.html b/pelican-bootstrap3/templates/article_list.html index 2d3c8cd..885a880 100644 --- a/pelican-bootstrap3/templates/article_list.html +++ b/pelican-bootstrap3/templates/article_list.html @@ -11,7 +11,7 @@ {% endif %} <div class="summary">{{ article.summary }} {% include 'includes/comment_count.html' %} - <a class="btn btn-default btn-xs" href="{{ SITEURL }}/{{ article.url }}">more ...</a> + <a class="btn btn-default btn-xs" href="{{ SITEURL }}/{{ article.url }}">{{ _('more') }} ...</a> </div> </article> <hr/> |