From d07622bfdde918b8c554d792bf9950ea842cc0e7 Mon Sep 17 00:00:00 2001 From: curbengh <43627182+curbengh@users.noreply.github.com> Date: Tue, 6 Aug 2019 22:46:51 +0930 Subject: [PATCH 1/2] fix: prevent from being added 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 c453634..d7889c1 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 e20758a..6f814d8 100644 --- a/layout/layout.ejs +++ b/layout/layout.ejs @@ -1,3 +1,5 @@ + + <%- partial('_partial/head') %> From b28cf1e9e1f3827e52cc654f59311752ca455306 Mon Sep 17 00:00:00 2001 From: curbengh <43627182+curbengh@users.noreply.github.com> Date: Tue, 6 Aug 2019 22:48:41 +0930 Subject: [PATCH 2/2] feat: add language attribute --- layout/layout.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/layout.ejs b/layout/layout.ejs index 6f814d8..401160a 100644 --- a/layout/layout.ejs +++ b/layout/layout.ejs @@ -1,5 +1,5 @@ - + <%- partial('_partial/head') %>