You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
368 B
15 lines
368 B
%footer.row
|
|
.columns.medium-8.medium-push-1.large-6.large-push-2.text-center
|
|
%a{href: '/conferences/'}='Conferences'
|
|
%i
|
|
%a{href: '/conferences/'}='Organizations'
|
|
%i
|
|
%a{href: '/conferences/'}='Zine'
|
|
.columns.medium-3.large-3.text-right
|
|
©2014 Bike!Bike!
|
|
:javascript
|
|
#{yield :scripts}
|
|
$(function(){
|
|
#{yield :dom_ready}
|
|
});
|
|
= yield :footer_scripts
|
|
|