Skip to content

Commit 2945c48

Browse files
author
David Brady
committed
Resolved merge conflicts
2 parents 253ebc3 + bea47e3 commit 2945c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/recipe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="stylesheet" href="/css/default.css" type="text/css">
66
</head>
77
<body>
8-
<header>
8+
<header>
99
<h1>
1010
<a href="/">CoffeeScript Cookbook</a> &raquo;
1111
<a href="/chapters/{{ page.chapter | downcase }}">{{ page.chapter }}</a> &raquo;
@@ -23,6 +23,6 @@ <h1>
2323
<p>Is this recipe wrong, incomplete, or non idiomatic? Help fix it by reading the <a href="/contributing">Contributor's Guide</a>!</p>
2424
<a href="/license"><img src="/images/cc_by_badge.png" /></a>
2525
</footer>
26-
</body>
26+
</body>
2727
</html>
2828

0 commit comments

Comments
 (0)