Skip to content

Instantly share code, notes, and snippets.

@guillermorangel
Created September 19, 2013 00:19
Show Gist options
  • Save guillermorangel/6617587 to your computer and use it in GitHub Desktop.
Save guillermorangel/6617587 to your computer and use it in GitHub Desktop.
random notes
---
title: About HUTT
subtitle: Get To Know Us
footer_image_url: /images/old_truck_edited.jpg
---
<% content_for :footer do %>
<p>blue.css</p>
<% end %>
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
<% if content_for? :footer %>
<img src="<%= current_page.data.footer_image_url %>" height="100">
<% end %>
<%= yield_content(:footer) if content_for?(:footer) %>
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
<%= link_to image_tag('hutt_logo_primary.png'), '/' %>
<%= image_tag 'hutt_logo_primary.png' %>
<% link_to('/pages/about.html', { :class => 'link_class', :"id" => 'link_id', :title => 'Sass and Compass for designers book image', :"data-icon" => 'd' }) do %>
<%= image_tag('hutt_logo_primary.png', :alt => 'image alt text', :class => "image_class", :id => 'image_id') %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment