layout page title News author benbfly <style> body { background-color: #f0f2f5; } </style> {% for post in site.posts %} {{ post.title }} {{ post.excerpt }} {% endfor %}