diff options
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index e0b9d86..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,22 +0,0 @@ -{% include header.html %} - -<body> - {% include banner.html %} - - <div class="columns"> - <div class="column mt-6 ml-18 is-two-thirds"> - <div class="column mb-2 content"> - <h1> - <a href="{{ site.baseurl}}{{ page.url }}"> - {{ page.date | date: "%b %-d, %Y" }} - {{ page.title }} - </a> - </h1> - {{ content }} - </div> - {% include navigation_buttons.html %} - </div> - <div class="column mr-18"> - {% include sidenav.html %} - </div> - </div> -</body> |