Homepage content from content/home.md

@scrogatl more direct or just "cheating?? Put this in layouts/ index.html and home.md in root of /content That was my solution.

<script type="text/javascript">
window.location = "{{ .Site.BaseUrl }}/home"
</script>

for those up against this and simlar problem of using markdown in layout files (e.g. the root index.html or partials) I have started this post.