breaking it down to usable chunks
authorIan Weller <ian@gaslightmedia.com>
Wed, 26 Oct 2016 15:25:15 +0000 (11:25 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 26 Oct 2016 15:27:47 +0000 (11:27 -0400)
commit0a6d3c872069cb2a82a4e90875ef51bbba60c1f4
treea41326104bbec5f4952aef0be869facf44130975
parentf9fdcea2c253294971172c7d97849e004eaf097e
breaking it down to usable chunks

I broke down the index.php file to work in a sections folder.  It almost
looks like the glmThemeV6.
13 files changed:
root/index.php
root/parts/header-meta.php [new file with mode: 0644]
root/sections/blog-archive.php [new file with mode: 0644]
root/sections/blog-home.php [new file with mode: 0644]
root/sections/blog-single.php [new file with mode: 0644]
root/sections/copyright.php [new file with mode: 0644]
root/sections/footer.php [new file with mode: 0644]
root/sections/front-page.php [new file with mode: 0644]
root/sections/header.php [new file with mode: 0644]
root/sections/interior-page.php [new file with mode: 0644]
root/sections/off-canvas.php [new file with mode: 0644]
root/sections/search.php [new file with mode: 0644]
root/sections/top-bar.php [new file with mode: 0644]