Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Update body.head to template.head
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGrandon authored Jan 31, 2018
1 parent 489a0f9 commit 5971c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default () => {
import {html} from 'fusion-core';

export default () => (ctx, next) => {
ctx.body.head.push(html`<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />`);
ctx.template.head.push(html`<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />`);
return next();
}
```
Expand Down

0 comments on commit 5971c69

Please sign in to comment.