lib/generators/jekyll/blog/templates/config/jekyll/_layouts/default.html.tt in bloggy-0.1.1 vs lib/generators/jekyll/blog/templates/config/jekyll/_layouts/default.html.tt in bloggy-0.2
- old
+ new
@@ -4,14 +4,14 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>{{ page.title }}</title>
<meta name="author" content="Zach Bruhnke" />
<!-- syntax highlighting CSS -->
- <link rel="stylesheet" href="/blog/css/syntax.css" type="text/css" />
+ <link rel="stylesheet" href="/<%= name %>/css/syntax.css" type="text/css" />
<!-- Homepage CSS -->
- <link rel="stylesheet" href="/blog/css/screen.css" type="text/css" media="screen, projection" />
+ <link rel="stylesheet" href="/<%= name %>/css/screen.css" type="text/css" media="screen, projection" />
<!-- Typekit -->
<script type="text/javascript" src="http://use.typekit.com/jpd0pfm.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
@@ -23,11 +23,11 @@
</script>
<!-- ClickTale end of Top part -->
<div class="site">
<div class="title">
- <a href="/blog">Zach Bruhnke</a>
- <a class="extra" href="/blog">Bloggy</a>
+ <a href="/<%= name %>">Zach Bruhnke</a>
+ <a class="extra" href="/<%= name %>">Bloggy</a>
</div>
{{ content }}
<div class="footer">