use post layout by default for blog posts; use same layouts as my website

This commit is contained in:
Dean Attali 2016-03-27 20:13:45 -07:00
parent a0ec106d3d
commit 0f997ee179
6 changed files with 58 additions and 48 deletions

View file

@ -14,7 +14,7 @@ common-js:
<body>
<div role="main" class="container main-content">
<div role="main" class="container">
{{ content }}
</div>