Skip to content

Commit e191c5b

Browse files
committed
sasig img
1 parent 90c987c commit e191c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eventos.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
{% for post in site.categories['eventos'] %}
1414
<! -- Blog Post -->
15-
<a href="{{ post.url | prepend: site.baseurl }}"><img class="img-responsive" src="{{ "/assets/img/blog/" | prepend: site.baseurl }}{{ post.img }}">
15+
<a href="{{ post.url | prepend: site.baseurl }}"><img class="img-responsive" src="{{ "/assets/img/eventos_passados/" | prepend: site.baseurl }}{{ post.img }}">
1616
</a>
1717
<a><h3 class="ctitle">{{ post.title }}</h3></a>
1818
<p><csmall>{{ post.date | date: "%b %-d, %Y" }}. | By: {{ post.author }}</csmall></p>

0 commit comments

Comments
 (0)