diff --git a/doc/guide/001-getting-started.markdown b/doc/guide/001-getting-started.markdown index dad6796..873b9a5 100644 --- a/doc/guide/001-getting-started.markdown +++ b/doc/guide/001-getting-started.markdown @@ -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' diff --git a/stack.yaml b/stack.yaml index d2ca120..c64790c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -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'