diff --git a/src/layouts/default.ejs b/src/layouts/default.ejs index b654b10..4e65117 100644 --- a/src/layouts/default.ejs +++ b/src/layouts/default.ejs @@ -8,7 +8,6 @@ - <%- include('partials/head-fonts') %> <%- include('partials/head-styles') %> <% if (page.css) { %> @@ -18,7 +17,6 @@ <% } %>
- <%- body %> <%- include('partials/analytics') %> diff --git a/src/layouts/post.ejs b/src/layouts/post.ejs index 5b76e18..587af26 100644 --- a/src/layouts/post.ejs +++ b/src/layouts/post.ejs @@ -8,12 +8,9 @@ - <%- include('partials/head-fonts') %> <%- include('partials/head-styles') %> - - <%- include('partials/stripes') %>