Skip to content

Commit 48e24fe

Browse files
committed
Correção para teste local de noticias.md
1 parent ba0e4de commit 48e24fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noticias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Comunicações específicas da comunidade brasileira.
1111
<ul>
1212
{% for post in site.categories.brasil limit:16 %}
1313
<li>
14-
{{ post.date | date_to_string }} ‒ <a href="{{ post.url | prepend: site.baseurl | prepend: site.url }}">{{ post.title | xml_escape }}</a>
14+
{{ post.date | date_to_string }} ‒ <a href="{{ post.url | prepend: site.baseurl }}">{{ post.title | xml_escape }}</a>
1515
<small>
1616
{% for tag in post.tags %}
1717
<span>{{ tag | xml_escape }}</span>

0 commit comments

Comments
 (0)