diff options
Diffstat (limited to 'website/content/_layouts/blog.html')
-rwxr-xr-x | website/content/_layouts/blog.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/website/content/_layouts/blog.html b/website/content/_layouts/blog.html deleted file mode 100755 index a7f972289..000000000 --- a/website/content/_layouts/blog.html +++ /dev/null @@ -1,17 +0,0 @@ ---- -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> |