aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/page.html2
-rw-r--r--_layouts/post.html2
2 files changed, 0 insertions, 4 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index 56d1864..01d6fcd 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -9,5 +9,3 @@ layout: default
{{ content }}
</main>
-
-{% include aside.html %}
diff --git a/_layouts/post.html b/_layouts/post.html
index e4aaa10..8270973 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -18,6 +18,4 @@ layout: default
</header>
{{ content }}
-
- {% include disqus.html %}
</article>