diff options
| author | Jasper Van der Jeugt <m@jaspervdj.be> | 2016-08-04 14:13:24 +0200 |
|---|---|---|
| committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2016-08-04 14:13:24 +0200 |
| commit | fdb298d6a22dbab32d5da6c653b600d1b8f93143 (patch) | |
| tree | c7f335d08d00bf02e01e139102f0c0458f07682a /tests/data/partial-helper.html | |
| parent | 82ba9542e75238f4b69d1a497d429962cdff1e14 (diff) | |
| download | hakyll-fdb298d6a22dbab32d5da6c653b600d1b8f93143.tar.gz | |
Fix partials and add a test
Fixes #460
Diffstat (limited to 'tests/data/partial-helper.html')
| -rw-r--r-- | tests/data/partial-helper.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/partial-helper.html b/tests/data/partial-helper.html new file mode 100644 index 0000000..15c86ba --- /dev/null +++ b/tests/data/partial-helper.html @@ -0,0 +1,3 @@ +<p>This is an included partial.</p> + +$body$ |
