diff options
Diffstat (limited to '.themes/classic/source/_layouts/default.html')
| -rw-r--r-- | .themes/classic/source/_layouts/default.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.themes/classic/source/_layouts/default.html b/.themes/classic/source/_layouts/default.html index f670e1c9..f23b07b8 100644 --- a/.themes/classic/source/_layouts/default.html +++ b/.themes/classic/source/_layouts/default.html @@ -9,9 +9,6 @@ </div> </div> <footer role="contentinfo">{% include footer.html %}</footer> - {% include disqus.html %} - {% include google_analytics.html %} - {% include google_plus_one.html %} - {% include twitter_sharing.html %} + {% include after_footer.html %} </body> </html> |
