remove unnessessary div
Fix `entries_layout: grid` Close #2639
Configure entries layout `list` or `grid` Switch between list or grid view by adding `entries_layout` to YAML Front Matter.
Add posts, categories, category, tags, tag, and collection layouts Replace sample pages with hard coded HTML and Liquid in favor of a layout that does all the heavy lifting. Assign the appropriate `layout` via YAML Front Matter and away you go.