Improved stcky footer, removed nav on unavailable locale pages, added facebook meta image

This commit is contained in:
Godwin
2016-07-01 18:17:04 -07:00
parent fe0c9bbfa6
commit 34b042c3c1
4 changed files with 31 additions and 1 deletions
+2
View File
@@ -6,3 +6,5 @@
.secondary
= date_span(@conference.start_date.to_date, @conference.end_date.to_date)
%img{src: @conference.poster.full.url || image_path('default_poster.jpg'), role: :presentation, alt: ''}
- content_for :og_image do
= @conference.poster.full.url || image_path('default_poster.jpg')