We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 253ebc3 + bea47e3 commit 2945c48Copy full SHA for 2945c48
_layouts/recipe.html
@@ -5,7 +5,7 @@
5
<link rel="stylesheet" href="/css/default.css" type="text/css">
6
</head>
7
<body>
8
- <header>
+ <header>
9
<h1>
10
<a href="/">CoffeeScript Cookbook</a> »
11
<a href="/chapters/{{ page.chapter | downcase }}">{{ page.chapter }}</a> »
@@ -23,6 +23,6 @@ <h1>
23
<p>Is this recipe wrong, incomplete, or non idiomatic? Help fix it by reading the <a href="/contributing">Contributor's Guide</a>!</p>
24
<a href="/license"><img src="/images/cc_by_badge.png" /></a>
25
</footer>
26
- </body>
+ </body>
27
</html>
28
0 commit comments