Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limiting the number of blog posts featured on home page #62

Open
yeehou opened this issue Jun 3, 2021 · 1 comment
Open

Limiting the number of blog posts featured on home page #62

yeehou opened this issue Jun 3, 2021 · 1 comment

Comments

@yeehou
Copy link

yeehou commented Jun 3, 2021

Hi, thanks for the great work. I'm trying to limit the number of blog posts featured on the homepage to 3 only. I've put in the new line of code under snippets ({% for article in blogs[section.settings.blog].articles: limit 3 %}). But I get this error on the homepage - Liquid syntax error (sections/blog.liquid line 9): Expected end_of_string but found colon in "article in blogs[section.settings.blog].articles: limit 3"

Thanks.

@GabiP-github
Copy link

you can use thisȘ
{% for article in blog.articles limit: section.settings.post_limit %}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants