I've reorganized the content so that we have a default layout (_layouts/default.html) that is used by all three pages (index.html, codeofconduct.html, 2016NYC.html) and imports fragments for the sidebar (_includes/sidebar.html) and footer (_includes/footer.html).
You should be able to get the style of how to use layouts and includes just by looking at either index.html or _layouts/default.html.
This build Works On My Machine™ with Ruby 2.3.0.
23 can be closed once this merges and builds correctly on GitHub
I've reorganized the content so that we have a default layout (
_layouts/default.html
) that is used by all three pages (index.html
,codeofconduct.html
,2016NYC.html
) and imports fragments for the sidebar (_includes/sidebar.html
) and footer (_includes/footer.html
).You should be able to get the style of how to use layouts and includes just by looking at either
index.html
or_layouts/default.html
.This build Works On My Machine™ with Ruby 2.3.0.
23 can be closed once this merges and builds correctly on GitHub