Skip to content

Commit

Permalink
#77 Added translation for 'read more' in news page
Browse files Browse the repository at this point in the history
  • Loading branch information
paugnu committed Dec 18, 2015
1 parent f35cec3 commit fb88043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tease-post.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h2><a href="{{post.link}}">{{post.title}}</a></h2>
<!-- .article-cont - Extracte contingut article -->
<div class="article-cont">
<p>{{post.get_preview(50)}}</p>
<p>{{post.get_preview(50, false, __('Read more...'))}}</p>
</div><!--/.article-cont - Extracte contingut article -->
</div>
{% if attribute(post,'wpcf-main_image_post') %}
Expand Down

0 comments on commit fb88043

Please sign in to comment.