We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c987c commit e191c5bCopy full SHA for e191c5b
eventos.html
@@ -12,7 +12,7 @@
12
13
{% for post in site.categories['eventos'] %}
14
<! -- Blog Post -->
15
- <a href="{{ post.url | prepend: site.baseurl }}"><img class="img-responsive" src="{{ "/assets/img/blog/" | prepend: site.baseurl }}{{ post.img }}">
+ <a href="{{ post.url | prepend: site.baseurl }}"><img class="img-responsive" src="{{ "/assets/img/eventos_passados/" | prepend: site.baseurl }}{{ post.img }}">
16
</a>
17
<a><h3 class="ctitle">{{ post.title }}</h3></a>
18
<p><csmall>{{ post.date | date: "%b %-d, %Y" }}. | By: {{ post.author }}</csmall></p>
0 commit comments