From 35eb1788e122a7d6886908074df30b6d8c07eca8 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 21 Feb 2024 16:44:36 -0500 Subject: [PATCH] removed docpad showcases layout --- src/layouts/showcases.html.eco | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/layouts/showcases.html.eco 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