Skip to content

Commit

Permalink
Merge pull request #288 from samsonjs/patch-1
Browse files Browse the repository at this point in the history
Fix articles example in the documentation
  • Loading branch information
yonaskolb authored Dec 6, 2019
2 parents a229b59 + 00fca20 commit 5b2d5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ feel right at home with Stencil.
]
let environment = Environment(loader: FileSystemLoader(paths: ["templates/"])
let rendered = try environment.renderTemplate(name: context)
let rendered = try environment.renderTemplate(name: "articles.html", context: context)
print(rendered)
Expand Down

0 comments on commit 5b2d5dc

Please sign in to comment.