lib/nanoc/cli/commands/create-site.rb in nanoc-4.0.0rc2 vs lib/nanoc/cli/commands/create-site.rb in nanoc-4.0.0rc3
- old
+ new
@@ -252,10 +252,10 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>A Brand New Nanoc Site - <%= @item[:title] %></title>
- <link rel="stylesheet" href="<%= @items['/stylesheet.*'].path %>">
+ <link rel="stylesheet" href="/stylesheet.css">
<!-- you don't need to keep this, but it's cool for stats! -->
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
</head>
<body>