Sha256: a461fbc5d09afae30c021ebe091b29f98023d7c5160cc37fb674e5b75078dd25

Contents?: true

Size: 858 Bytes

Versions: 25

Compression:

Stored size: 858 Bytes

Contents

<!DOCTYPE html>
<html>
	<head>
	  <title>
			<% if defined?(SETTINGS) && SETTINGS['site_name'] %>
				<%= @meta_title ? "#{@meta_title} | #{SETTINGS['site_name']}" : SETTINGS['site_name'] %>
			<% else %>
				<%= @meta_title ? @meta_tile : 'A web site powered by tkh_cms' %>
			<% end -%>
		- The blog</title>
	  <meta name="description" content="<%= @meta_description -%>">
	  <%= stylesheet_link_tag    "application", :media => "all" %>
		<%= favicon_link_tag '/favicon.ico' %>
	  <%= csrf_meta_tags %>
	</head>
	<body>

		<div id="content">

			<article>
				<% flash.each do |name, msg| %>
				  <%= content_tag :div, msg, :id => "flash_#{name}" %>
				<% end %>

				<h1>The blog</h1>

				<%= yield %>
			</article>

			<aside>
				<%# = render 'shared/sidebar' %>
			</aside>

		</div>

	  <%= javascript_include_tag "application" %>
	</body>
</html>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
tkh_content-0.10.10 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.10.9 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.10.8 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.10.7 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.10.6 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.10.5.1 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.10.5 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.10.4 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.10.3 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.10.2 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.10.1 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.10 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.9.20 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.9.19 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.9.18 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.9.17 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.9.16 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.9.15 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.9.14 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb
tkh_content-0.9.13 lib/generators/tkh_content/create_or_update_files/templates/blog.html.erb