Portfolio
page.news.liquid is outputting more / different html for the viewer, but that won't change the value of page.content. To show blog posts you would need to either: edit the actual snippet that is adding the content to the home page. Find where page.content is used and replace that with your code. make a new theme setting that let's you add a blog post to the home page (so you can keep the page settings as is). Add the related code for this new setting in index.liquid. edit the index.liquid file directly