Sha256: fdc43242dd572fc72dd5d6d008ba62d752dd2771da735088d3a9704bae4f680e

Contents?: true

Size: 928 Bytes

Versions: 2

Compression:

Stored size: 928 Bytes

Contents

<head>
<title><%= defined?(TITLE) ? TITLE : 'Untitled' %></title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<% if defined?(DESCRIPTION) -%>
<meta name="description" content="<%= DESCRIPTION %>" />
<% end -%>
<% if defined?(KEYWORDS) -%>
<meta name="keywords" content="<%= KEYWORDS %>" />
<% end -%>
<% if defined?(ICON) -%>
<link rel="shortcut icon" href="<%= ICON %>" type="image/x-icon" />
<% end -%>
<% if defined?(WIDTH) -%>
<meta name = "viewport" content = "width = <%= WIDTH %>"/>
<% end -%>
<meta name="robots" content="index, follow" />

<%= render :partial => 'layouts/stylesheets', :locals => { :layout => layout } %>
<%  theme = THEME if defined?(THEME)
	theme = @theme unless @theme.nil?
	if theme.nil? -%>
<% else -%>
<%= stylesheet_link_tag "layouts/#{layout}" %>
<%= stylesheet_link_tag theme %>
<% end -%>

<%= render :partial => 'layouts/javascript_includes' %>

</head>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
endymion-origami-0.1.4 app/views/layouts/_head.html.erb
endymion-origami-0.1.5 app/views/layouts/_head.html.erb