diff --git a/_includews/custom-head.html b/_includews/custom-head.html deleted file mode 100644 index 8559a67..0000000 --- a/_includews/custom-head.html +++ /dev/null @@ -1,6 +0,0 @@ -{% comment %} - Placeholder to allow defining custom head, in principle, you can add anything here, e.g. favicons: - - 1. Head over to https://realfavicongenerator.net/ to add your own favicons. - 2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet. -{% endcomment %} diff --git a/_includews/disqus_comments.html b/_includews/disqus_comments.html deleted file mode 100644 index d9400f2..0000000 --- a/_includews/disqus_comments.html +++ /dev/null @@ -1,20 +0,0 @@ -{%- if page.comments != false and jekyll.environment == "production" -%} - -
- - -{%- endif -%} diff --git a/_includews/footer.html b/_includews/footer.html deleted file mode 100644 index 707d523..0000000 --- a/_includews/footer.html +++ /dev/null @@ -1,37 +0,0 @@ - diff --git a/_includews/google-analytics.html b/_includews/google-analytics.html deleted file mode 100644 index aeba1a1..0000000 --- a/_includews/google-analytics.html +++ /dev/null @@ -1,9 +0,0 @@ - - diff --git a/_includews/head.html b/_includews/head.html deleted file mode 100644 index 9ee139f..0000000 --- a/_includews/head.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - {%- seo -%} - - {%- feed_meta -%} - {%- if jekyll.environment == 'production' and site.google_analytics -%} - {%- include google-analytics.html -%} - {%- endif -%} - - {%- include custom-head.html -%} - - diff --git a/_includews/header.html b/_includews/header.html deleted file mode 100644 index ed5a382..0000000 --- a/_includews/header.html +++ /dev/null @@ -1,31 +0,0 @@ - diff --git a/_includews/social.html b/_includews/social.html deleted file mode 100644 index 1334fc0..0000000 --- a/_includews/social.html +++ /dev/null @@ -1,21 +0,0 @@ -{%- assign social = site.minima.social_links -%} - -