From dc3b581f2b548d982bd40324e4a397e32ee16c14 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 7 May 2020 02:46:49 +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 | 29 ----------------------------- _includes/common/ie_compat.html | 11 ----------- _includes/common/jquery.html | 5 ----- _includes/common/navbar.html | 32 -------------------------------- 7 files changed, 112 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 delete mode 100644 _includes/common/navbar.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 c1d80e2..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 c21b442..0000000 --- a/_includes/common/header.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - {{ page.title }} - {{ site.project.name }} - {{ site.personal_info.name }} - - {% include common/bootstrap_css.html %} - - - - - {% if page.custom_css %} - {% for css in page.custom_css %} - - {% endfor %} - {% endif %} - - {% include common/ie_compat.html %} - - -