summaryrefslogtreecommitdiff
path: root/_layouts/static.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/static.html')
-rw-r--r--_layouts/static.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/_layouts/static.html b/_layouts/static.html
deleted file mode 100644
index 0ecad98..0000000
--- a/_layouts/static.html
+++ /dev/null
@@ -1,12 +0,0 @@
----
-layout: default
----
-
-<header>
- <h1><a href="{{page.url}}">{{page.title}}</a></h1>
-</header>
-
-<section>
- <div id="entry">{{ content }}</div>
- {% include footer.html %}
-</section>