Log in Sign up

Next

questions tagged ‘Next’

Maximum number of articles on home page?

Can we exceed the total number of articles per page? It is limited to 60. Or, and this would be simpler, make the home page display the following 60 articles in the same way.

Remove certain tagged posts from #next

Hello. I have this block of code in entry.html. Is it possible to not show posts with a certain tag inside of next? {{#next}} <div class="up-next"> <p class="small small-caps last-updated">up next</p> {{#thumbnail.medium}} <div class="up-next-thumbnail"> <img src="{{{url}}}" width="256px"> </div> {{/thumbnail.medium}} <a href="{{{url}}}">{{title}}</a> <p class="up-next-summary">{{summary}}…</p> </div> {{/next}}

Newsletter
Get updates on Blot’s latest features and changes. Delivered every three months.