diff --git a/src/layouts/showcases.html.eco b/src/layouts/showcases.html.eco deleted file mode 100644 index 0dd9c0c4f..000000000 --- a/src/layouts/showcases.html.eco +++ /dev/null @@ -1,28 +0,0 @@ - - - -<%- @partial('head.html.eco', {title:@getPreparedTitle()}, {description:@getPreparedDescription()}, {keywords:@getPreparedKeywords()}, {author:@site.author or ''}, {styles:@getBlock("styles").add(["/styles/style.css", "/vendor/highlightjs/styles/an-old-hope.min.css"]).toHTML()} ) %> - - - -<%- @partial('header-menu.html.eco', {ashowcase:"class='active'"}) %> - -
- -

<%= @document.title %>

- - - - <%- @content %> - -
- -<%- @partial('footer.html') %> - -<%- @getBlock('scripts').add(@site.scripts).toHTML() %> - - - - \ No newline at end of file