Sha256: a3e46dc3f6ef14d8a29c7f0d761029871af6a88965a7db72898f70cc0a343edd

Contents?: true

Size: 1.28 KB

Versions: 6

Compression:

Stored size: 1.28 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title><%= @blog.title %></title>
    <meta http-equiv="Content-Language" content="English" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="alternate" type="application/rss+xml" title="RSS" href="/index.rss" />
    <link rel="stylesheet" media="screen" type="text/css" href="/assets/styles.css" />
    <link rel="stylesheet" media="print" type="text/css" href="/assets/print.css" />
  </head>
  <body>
    <div class="container">
      <h3><a href="/"><%= @blog.title %></a> - <%= @blog.description %></h3>

      <div class="menu">
        <%= link_to 'Home', '/' %> -
        <%= link_to 'About', '/about' %> -
        <%= link_to 'Subscribe RSS', '/index.rss' %>
      </div>

      <%= @content %>

      <hr/>

      <p>
	<h4>Categories</h4>
	<ul>
	  <li><%= link_to 'Ruby', '/categories/ruby' %></li>
	  <li><%= link_to 'Javascript', '/categories/javascript' %></li>
	</ul>
      </p>

      <p>
	<h4>Archive</h4>
	<ul>
          <% for year, month in @blog.archives %>
            <li><%= archive_link year, month %></li>
          <% end %>
	</ul>
      </p>

    </div>
  </body>
</html>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
georgi-shinmun-0.5 templates/layout.rhtml
shinmun-0.9.2 templates/layout.rhtml
shinmun-0.9.1 templates/layout.rhtml
shinmun-0.9 templates/layout.rhtml
shinmun-0.5.2 templates/layout.rhtml
shinmun-0.5 templates/layout.rhtml