blog config ready

This commit is contained in:
Mark Moser
2014-09-16 21:13:50 -05:00
parent 11752584aa
commit ab8ec56737
16 changed files with 134 additions and 128 deletions

View File

@ -20,7 +20,7 @@
= partial "shared/header"
- if current_page.data.poster.present?
.poster
= tag :img, src: current_page.data.poster
= tag :img, src: current_page.data.poster, style: 'background-repeat:repeat-y;width: 100%; height: 200px;'
.container
= yield
.spacer-50