Skip to content

Commit eed0e4c

Browse files
committed
Fixed the "Continue Reading" links.
1 parent da6d527 commit eed0e4c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

bg/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
2727

2828
{{ post.content | strip_html | truncatewords: 25 }}
2929

30-
<p><a href="{{ post.url }}">Continue Reading...</a></p>
30+
<p><a href="{{ post.url }}">Прочетете още...</a></p>
3131

3232
<span class="post-info">Публикувана от {{ post.author }} на {{ post.date | date_to_string }}</span>
3333
</div>

bg/news/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
1010

1111
{{ post.content | strip_html | truncatewords: 25 }}
1212

13-
<p><a href="{{ post.url }}">Continue Reading...</a></p>
13+
<p><a href="{{ post.url }}">Прочетете още...</a></p>
1414

1515
<p class="post-info">Публикувана от {{ post.author }} на {{ post.date | date_to_string }}</p>
1616
</div>

de/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
2727

2828
{{ post.content | strip_html | truncatewords: 25 }}
2929

30-
<p><a href="{{ post.url }}">Continue Reading...</a></p>
30+
<p><a href="{{ post.url }}">Weiterlesen...</a></p>
3131

3232
<span class="post-info">Geschrieben von {{ post.author }} am {{ post.date | date_to_string }}</span>
3333
</div>

de/news/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
1010

1111
{{ post.content | strip_html | truncatewords: 25 }}
1212

13-
<p><a href="{{ post.url }}">Continue Reading...</a></p>
13+
<p><a href="{{ post.url }}">Weiterlesen...</a></p>
1414

1515
<p class="post-info">Geschrieben von {{ post.author }} am {{ post.date | date_to_string }}</p>
1616
</div>

es/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
2727

2828
{{ post.content | strip_html | truncatewords: 25 }}
2929

30-
<p><a href="{{ post.url }}">Continue Reading...</a></p>
30+
<p><a href="{{ post.url }}">Continuar leyendo...</a></p>
3131

3232
<span class="post-info">Publicado por {{ post.author }} el {{ post.date | date_to_string }}</span>
3333
</div>

es/news/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
1010

1111
{{ post.content | strip_html | truncatewords: 25 }}
1212

13-
<p><a href="{{ post.url }}">Continue Reading...</a></p>
13+
<p><a href="{{ post.url }}">Continuar leyendo...</a></p>
1414

1515
<p class="post-info">Publicado por {{ post.author }} el {{ post.date | date_to_string }}</p>
1616
</div>

0 commit comments

Comments
 (0)