aboutsummaryrefslogtreecommitdiff
path: root/source/_layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/_layouts/page.html')
-rw-r--r--source/_layouts/page.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/_layouts/page.html b/source/_layouts/page.html
deleted file mode 100644
index 88d6e13a..00000000
--- a/source/_layouts/page.html
+++ /dev/null
@@ -1,13 +0,0 @@
----
-layout: default
-no_title_link: true
-permalink: pretty
-single: true
----
-
-<article>
- {% include article.html %}
- {% if site.disqus_short_name %}
- <div id="disqus_thread">{% include disqus_thread.html %}</div>
- {% endif %}
-</article>