You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make a site where there's a home page that is a list of posts and then the show page for the individual posts. From reading through the docs I assumed it would look like
I also hadn't considered the possibility of setting the collection permalinks to the root directory, it shouldn't be an issue but it's something I just haven't tested yet.
Collections is going to undergo a bit of a revamp through #10, what I can do is prioritize finishing that during this week and then testing your set up and making sure it works. This probably isn't the answer you were expecting, sorry about that!
Nothing to apologize for! Happy to get a transparent response. I didn't do much looking through your actual code I was simply trying this out by going through the docs and I got stuck and moved on. When I get some time I will actually dig through the code a bit and see if I can offer up a PR because the project is exciting to me.
I'm trying to make a site where there's a home page that is a list of posts and then the show page for the individual posts. From reading through the docs I assumed it would look like
but then in the
home.html.eex
layout there is no@collection_values
assigns. I might be missing something obvious here but so far I'm just confused.The text was updated successfully, but these errors were encountered: