From 2f61019723e8f97fd81fa0553327beed5c14d279 Mon Sep 17 00:00:00 2001 From: andrew u frank Date: Thu, 3 Jan 2019 14:09:00 +0100 Subject: [PATCH 1/2] a type in an example --- doc/guide/001-getting-started.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' From 4b726a4e1382d1d3784ef88c63ddbdb4751fa053 Mon Sep 17 00:00:00 2001 From: andrew u frank Date: Fri, 4 Jan 2019 22:29:04 +0100 Subject: [PATCH 2/2] fxed the yaml to pull in the current ginger version from github (not my version locally) --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'