\ No newline at end of file
+{% if page.layout == 'post' and site.toc and page.toc %}
+
+
+ {{- site.data.label.panel.toc -}}
+
+
+
+{% endif %}
+
+
\ No newline at end of file
diff --git a/_layouts/home.html b/_layouts/home.html
index 03d7d96..c98cfde 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -119,10 +119,3 @@ layout: page
{% endif %}
-
-
-
-{% if site.google_analytics.pv %}
-
-
-{% endif %}
diff --git a/_layouts/page.html b/_layouts/page.html
index 660c96e..c68eb70 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -24,6 +24,4 @@ layout: default
-
- {% include panel.html %}
-
\ No newline at end of file
+{% include panel.html %}
diff --git a/_layouts/post.html b/_layouts/post.html
index 8a5819c..8cd19d7 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -96,24 +96,4 @@ layout: default
-
- {% include panel.html %}
- {% if site.toc and page.toc %}
-