diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/general/blog.rhtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/general/blog.rhtml b/app/views/general/blog.rhtml index a01af3894..cda1c5769 100644 --- a/app/views/general/blog.rhtml +++ b/app/views/general/blog.rhtml @@ -1,5 +1,10 @@ <% @title = "WhatDoTheyKnow blog and tweets" %> +<div id="blog_sidebar"> + <h1><img src="/images/twitter.png" alt=""> <a href="http://www.twitter.com/whatdotheyknow">Follow us on twitter</a></h1> + <h1><img src="/images/rss.png" alt=""> <a href="http://www.mysociety.org/category/projects/whatdotheyknow/feed/">Subscribe to blog</h1> +</div> + <h1><%=@title %></h1> <div id="blog"> |