diff options
Diffstat (limited to 'website/content/_layouts/blog.html')
-rwxr-xr-x | website/content/_layouts/blog.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/website/content/_layouts/blog.html b/website/content/_layouts/blog.html new file mode 100755 index 000000000..a7f972289 --- /dev/null +++ b/website/content/_layouts/blog.html @@ -0,0 +1,17 @@ +--- +layout: base +--- + +<div class="container"> + <div class="row"> + <div class="col-md-9"> + <h1>{{ page.title }}</h1> + {{ content }} + </div> + + <div class="col-md-3"> + <h2>Archive</h2> + <p>Looking for older posts? See the full <a href="/blog/archive/">archive</a>.</p> + </div> + </div> +</div> |