aboutsummaryrefslogtreecommitdiff
path: root/site/jekyll/_layouts
diff options
context:
space:
mode:
Diffstat (limited to 'site/jekyll/_layouts')
-rw-r--r--site/jekyll/_layouts/empty.html4
-rw-r--r--site/jekyll/_layouts/page-full.html4
-rw-r--r--site/jekyll/_layouts/page.html6
-rw-r--r--site/jekyll/_layouts/post.html4
4 files changed, 0 insertions, 18 deletions
diff --git a/site/jekyll/_layouts/empty.html b/site/jekyll/_layouts/empty.html
deleted file mode 100644
index baf32d7..0000000
--- a/site/jekyll/_layouts/empty.html
+++ /dev/null
@@ -1,4 +0,0 @@
-{% capture content %}
-{{ content }}
-{% endcapture %}
-{% include main.html %} \ No newline at end of file
diff --git a/site/jekyll/_layouts/page-full.html b/site/jekyll/_layouts/page-full.html
deleted file mode 100644
index 38d0620..0000000
--- a/site/jekyll/_layouts/page-full.html
+++ /dev/null
@@ -1,4 +0,0 @@
-{% capture content %}
-{{ content }}
-{% endcapture %}
-{% include header.html %}
diff --git a/site/jekyll/_layouts/page.html b/site/jekyll/_layouts/page.html
deleted file mode 100644
index 5f9f137..0000000
--- a/site/jekyll/_layouts/page.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% capture content %}
-<div class="container">
-{{ content }}
-</div>
-{% endcapture %}
-{% include header.html %}
diff --git a/site/jekyll/_layouts/post.html b/site/jekyll/_layouts/post.html
deleted file mode 100644
index 4cae8bb..0000000
--- a/site/jekyll/_layouts/post.html
+++ /dev/null
@@ -1,4 +0,0 @@
-{% capture content %}
-{{ content }}
-{% endcapture %}
-{% include header.html %} \ No newline at end of file