Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed nested path template.
  • Loading branch information
scottgonzalez committed Jun 15, 2011
1 parent 5868291 commit e23650d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/index.haml
Expand Up @@ -340,11 +340,12 @@
:html
<div class="entry">
<h1>{{title}}</h1>
<h2>By {{author/name}}</h2>
<h2>By {{author.name}}</h2>

<div class="body">
{{body}}
</div>
</div>
.notes
That template works with this context
:javascript
Expand Down

0 comments on commit e23650d

Please sign in to comment.