summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html4
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>