fablabbcn / fablabbcn-legacy-web

Fab Lab Barcelona legacy website
https://legacy.fablabbcn.org
4 stars 11 forks source link

Teaserlist and teaserlatest - what is the difference? #40

Closed viktorsmari closed 4 years ago

viktorsmari commented 4 years ago

The blog.html file is using: {% if post.teaserlist contains '/uploads/' %}

The events.html file is using: <a href="{{site.baseurl}}{{post.url}}"><img src="{{site.baseurl}}/img/blog/{{post.teaserlatest}}" alt="event"/></a>

Do you know why @tuengominh ? I was thinking if we could just use one in the future or do we need both? It looks like some users are putting the same image in both places (which should not be needed?). Or maybe we need to explain better in Forestry what each does?