aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/common/_right_sidebar.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/common/_right_sidebar.html.erb')
-rw-r--r--app/views/common/_right_sidebar.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/common/_right_sidebar.html.erb b/app/views/common/_right_sidebar.html.erb
index e90e858..023730d 100644
--- a/app/views/common/_right_sidebar.html.erb
+++ b/app/views/common/_right_sidebar.html.erb
@@ -1,3 +1,7 @@
<div id="right_sidebar">
+ <%= raw @page.content_for(:side_body) %>
<%= render_sidebar_modules @sidebar_modules, :position => 2 %>
+ <%= render "/refinery/blog/shared/rss_feed" %>
+ <%= render "/refinery/blog/shared/categories" %>
+ <%= render "/refinery/blog/shared/tags" %>
</div>