From b39b1e87052a2d540f83bbab926d46ab313015f6 Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Tue, 3 Jan 2017 20:03:52 +0100 Subject: [PATCH] Delete more unused files The _includes folder contained a bunch of unused files that were left over from the old theme. --- _includes/base.html | 3 --- _includes/footer.html | 51 ------------------------------------------- _includes/head.html | 13 ----------- _includes/header.html | 6 ----- 4 files changed, 73 deletions(-) delete mode 100644 _includes/base.html delete mode 100644 _includes/footer.html delete mode 100644 _includes/head.html delete mode 100644 _includes/header.html diff --git a/_includes/base.html b/_includes/base.html deleted file mode 100644 index 0714035..0000000 --- a/_includes/base.html +++ /dev/null @@ -1,3 +0,0 @@ -{% capture lvl %}{{ page.url | append:'index.html' | split:'/' | size }}{% endcapture %} -{% capture base %}{% for i in (3..lvl) %}../{% endfor %}{% endcapture %} - diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index 8628138..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,51 +0,0 @@ - diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index b4998f2..0000000 --- a/_includes/head.html +++ /dev/null @@ -1,13 +0,0 @@ -{% include base.html %} - - - - - - {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - - - - - - diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index ee05182..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,6 +0,0 @@ -