From b5fd3a3631e883618527b3b113e0a87ec34af9b2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 8 May 2020 10:48:37 +0000 Subject: use "remote" Jekyll theme I moved _includes/, _layouts/, css/ to egor-tensin/jekyll-theme. --- _includes/common/bootstrap_css.html | 5 ----- _includes/common/bootstrap_js.html | 5 ----- _includes/common/footer.html | 25 ------------------------- _includes/common/header.html | 20 -------------------- _includes/common/ie_compat.html | 11 ----------- _includes/common/jquery.html | 5 ----- 6 files changed, 71 deletions(-) delete mode 100644 _includes/common/bootstrap_css.html delete mode 100644 _includes/common/bootstrap_js.html delete mode 100644 _includes/common/footer.html delete mode 100644 _includes/common/header.html delete mode 100644 _includes/common/ie_compat.html delete mode 100644 _includes/common/jquery.html (limited to '_includes/common') diff --git a/_includes/common/bootstrap_css.html b/_includes/common/bootstrap_css.html deleted file mode 100644 index f47b856..0000000 --- a/_includes/common/bootstrap_css.html +++ /dev/null @@ -1,5 +0,0 @@ -{% if site.minified_externals %} - -{% else %} - -{% endif %} diff --git a/_includes/common/bootstrap_js.html b/_includes/common/bootstrap_js.html deleted file mode 100644 index e724257..0000000 --- a/_includes/common/bootstrap_js.html +++ /dev/null @@ -1,5 +0,0 @@ -{% if site.minified_externals %} - -{% else %} - -{% endif %} diff --git a/_includes/common/footer.html b/_includes/common/footer.html deleted file mode 100644 index 97d65b7..0000000 --- a/_includes/common/footer.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - {% include common/jquery.html %} - {% include common/bootstrap_js.html %} - - diff --git a/_includes/common/header.html b/_includes/common/header.html deleted file mode 100644 index 697d8f9..0000000 --- a/_includes/common/header.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - {{ page.title }} - {{ site.personal_info.name }} - - {% include common/bootstrap_css.html %} - - - - - {% include common/ie_compat.html %} - - -