Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/guide/001-getting-started.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Let's add another route, but for this one, we'll add a dynamic part. Add the
following to the bottom of your `project.yml`:

```yaml
- pattern: '/{{page:*}}
- pattern: '/{{page:*}}'
data:
page: 'file://./data/pages/{{page}}.markdown'
template: 'page.html'
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages:
# if installing from Hackage fails.
- location:
git: https://git@github.com/tdammers/ginger
commit: '0.8.1.0'
commit: '0.8.4.0'
extra-dep: true
- location:
git: 'https://git@github.com/tdammers/pandoc-creole.git'
Expand Down