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 @@ -