Your sites Log in Sign up Menu

Thumbnails on /page/1

Is there a way to display the thumbnails on ~/page/1? I'm using a variation of of the Blog template, but I want my homepage to not be the list of blogposts, so instead I have a link to https://www.patternsthatabide.xyz/page/1 on the top bar. So it'd be cool if it displayed thumbnails there.


a few seconds ago, 2 replies   developers   thumbnails   Improve this question

You'll need to edit your template's entries.html file to include the thumbnail. Add something like this inside the {{#entries}} ... {{/entries}} block:

{{#thumbnail.medium.url}}
<img src="{{{thumbnail.medium.url}}}"/>
{{/thumbnail.medium.url}}

Does that help? Please let me know if you have any questions about this or anything else

Answered a month ago · Improve this answer

thanks! it works, kind of. This simply adds a picture to below the text. Would it be possible to have the picture to the left of the text?

Answered a few seconds ago · Improve this answer