From 2ec4b8a7202dec287e3906abe4152ea92fed9c55 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Sat, 19 Sep 2020 22:10:38 +0800 Subject: [PATCH] remove unneeded comments, add dummy favicon --- _includes/footer/custom.html | 3 --- _includes/head/custom.html | 6 +----- _includes/seo.html | 2 -- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/_includes/footer/custom.html b/_includes/footer/custom.html index d512599..e69de29 100644 --- a/_includes/footer/custom.html +++ b/_includes/footer/custom.html @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/_includes/head/custom.html b/_includes/head/custom.html index 978d84f..e884520 100644 --- a/_includes/head/custom.html +++ b/_includes/head/custom.html @@ -1,5 +1 @@ - - - - - + diff --git a/_includes/seo.html b/_includes/seo.html index 7df1253..07ad27f 100644 --- a/_includes/seo.html +++ b/_includes/seo.html @@ -1,4 +1,3 @@ - {%- if site.url -%} {%- assign seo_url = site.url | append: site.baseurl -%} {%- endif -%} @@ -152,4 +151,3 @@ {% if site.naver_site_verification %} {% endif %} - -- 2.43.0