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

Cannot sort a null object error #54

Open
ghost opened this issue Jan 12, 2020 · 1 comment
Open

Cannot sort a null object error #54

ghost opened this issue Jan 12, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 12, 2020

When I ran your theme I got this error:

Liquid Exception: Liquid error (line 1): Cannot sort a null object. in /_layouts/home.html

The row is:

{%- assign _sections = site.sections | sort: 'order' -%}

I had to remove the sort method to get it runs.
Perhaps it should check if the object is null before sorting?

@tannersullie
Copy link

Thank you so much for this. I was going crazy last night. I am using the remote-theme and got the following error:

Liquid Exception: Liquid error (/private/var/folders/_r/t6w49w3n7wvbt7k50vr89trr0000gn/T/jekyll-remote-theme-20220410-1850-92d3dj/_includes/documents-collection.html line 4): Cannot sort a null object. included in /_layouts/collection.html

After removing the sort on a "portfolio-archive.md" page, boom. Worked.

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

1 participant