1234567891011121314 |
- <meta charset="utf-8">
- <% if @item[:pagination] && (@item[:pagination][:total_page] > 1) %>
- <title>capsite - <%= @item[:title] %> - Page
- <%= @item[:pagination][:page]%></title>
- <% else %>
- <title>capsite - <%= @item[:title] %></title>
- <% end %>
- <link rel="stylesheet" type="text/css" href="style.css" media="screen">
- <!-- you don't need to keep this, but it's cool for stats! -->
- <meta name="generator" content="nanoc <%= Nanoc::VERSION %>">
|