diff options
author | Rafael Laboissière <rafael@laboissiere.net> | 2022-12-11 09:59:43 +0100 |
---|---|---|
committer | Rafael Laboissière <rafael@laboissiere.net> | 2022-12-11 09:59:43 +0100 |
commit | 4a77a5ba81a93573ee1ba77346131237f2ff0d99 (patch) | |
tree | 43ec52b89a2bb7a9c519606468256cafaf57870d /templates/index.html | |
parent | f08e56433fb2c92a9172787adcb33edee347bc7b (diff) |
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index 14e9c14..964a245 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,7 +14,7 @@ </aside><!-- /#featured --> {% if loop.length > 1 %} <section id="content" class="body"> - <h1>Other articles</h1> + <h1>Outros artigos</h1> <hr /> <ol id="posts-list" class="hfeed"> {% endif %} @@ -33,7 +33,7 @@ <div class="entry-content"> {% include 'article_infos.html' %} {{ article.summary }} - <a class="readmore" href="{{ SITEURL }}/{{ article.url }}">read more</a> + <a class="readmore" href="{{ SITEURL }}/{{ article.url }}">leia mais</a> {% include 'comments.html' %} </div><!-- /.entry-content --> </article></li> |