From a338fc28d456cc270a00fdcbbff5be7956cb2c12 Mon Sep 17 00:00:00 2001 From: curbengh <43627182+curbengh@users.noreply.github.com> Date: Tue, 6 Aug 2019 20:20:46 +0930 Subject: [PATCH] fix: appears twice --- layout/_partial/head.ejs | 2 -- layout/layout.ejs | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index ad10efd..938b7eb 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -1,5 +1,3 @@ - - <% diff --git a/layout/layout.ejs b/layout/layout.ejs index 8cbb81d..4e6ebf6 100644 --- a/layout/layout.ejs +++ b/layout/layout.ejs @@ -1,3 +1,5 @@ + + <%- partial('_partial/head') %> <% if (is_home()) { %> <% if (theme.dark) { %>