aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-01-13 19:59:05 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-01-13 19:59:05 +0100
commit8a5db8a2844d9356a87f95cf7d784c8faf7f592d (patch)
tree7ceb8da1fc25679ba650b2008d8708f8c50d007f
parent9859504bb8a1dd94dbd2eb33984c00d11041d2e1 (diff)
downloadhmnoweb-8a5db8a2844d9356a87f95cf7d784c8faf7f592d.tar.gz
hmnoweb-8a5db8a2844d9356a87f95cf7d784c8faf7f592d.tar.bz2
hmnoweb-8a5db8a2844d9356a87f95cf7d784c8faf7f592d.zip
Disable most of right sidebar...
-rw-r--r--app/views/common/_right_sidebar.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/common/_right_sidebar.html.erb b/app/views/common/_right_sidebar.html.erb
index 3bf03af..ad79b64 100644
--- a/app/views/common/_right_sidebar.html.erb
+++ b/app/views/common/_right_sidebar.html.erb
@@ -1,6 +1,6 @@
<div id="right_sidebar">
<%= render_sidebar_modules @sidebar_modules, :position => 2 %>
<%= render "/refinery/blog/shared/rss_feed" %>
- <%= render "/refinery/blog/shared/categories" %>
- <%= render "/refinery/blog/shared/tags" %>
+ <%#= render "/refinery/blog/shared/categories" %>
+ <%#= render "/refinery/blog/shared/tags" %>
</div>