lib/caboodle/app/views/layout.haml in caboodle-0.1.6 vs lib/caboodle/app/views/layout.haml in caboodle-0.1.7
- old
+ new
@@ -73,9 +73,15 @@
%section#main
- if @title
%header#page_title
%h1
= @title
+ = before_social
+ %section#social
+ = above_social
+ = social
+ = below_social
+ = after_social
= before_content
%section#content
= above_content
= yield
= below_content
\ No newline at end of file