lib/nanoc/cli/commands/create-site.rb in nanoc-3.6.8 vs lib/nanoc/cli/commands/create-site.rb in nanoc-3.6.9

- old
+ new

@@ -250,10 +250,10 @@ <!DOCTYPE HTML> <html lang="en"> <head> <meta charset="utf-8"> <title>A Brand New nanoc Site - <%= @item[:title] %></title> - <link rel="stylesheet" href="/style.css"> + <link rel="stylesheet" href="<%= @items['/stylesheet/'].path %>"> <!-- you don't need to keep this, but it's cool for stats! --> <meta name="generator" content="nanoc <%= Nanoc::VERSION %>"> </head> <body>