summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-12-13 16:06:51 -0300
committerdequis <dx@dxzone.com.ar>2015-12-13 21:52:07 -0300
commit6a085eb03a4f82d775ac1367ffef74a3c10f9c81 (patch)
tree1a52510564eac5b077af7a6c29cdb3bb782d698e /_layouts/default.html
parent13852b4b61aa08d5065cf054f9a0d86f2abf7e96 (diff)
downloadirssi.github.io-6a085eb03a4f82d775ac1367ffef74a3c10f9c81.zip
Remove "What's this", "What's new" and search box from sidebar
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 2620e24..e66a7e8 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -11,28 +11,6 @@
{{ content }}
</div>
<div class="col-xs-12 col-md-4">
- <h2>What's this?</h2>
- <p>
- You are visiting the official website for the IRC
- client Irssi, for more information see the about
- section.
- </p>
- <h4 style='margin-bottom:0'>Search this site</h4>
- <div><script>
- (function() {
- var cx = '013138746835038969445:mlfkigveyj4';
- var gcse = document.createElement('script');
- gcse.type = 'text/javascript';
- gcse.async = true;
- gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
- '//cse.google.com/cse.js?cx=' + cx;
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(gcse, s);
- })();
-</script>
-<gcse:searchbox-only></gcse:searchbox-only></div>
- <h4>What's new?</h4>
- {% include sb_whatsnew.html %}
{% include sb_sidebar.html %}
</div>
</div>