diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-04-04 15:08:59 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-04-04 15:08:59 +0200 |
commit | ff57c2f660d604bc6fcae104e108f8d991a48906 (patch) | |
tree | 949def7b49d3ab08e5c6610fceb1b64e802861b0 /examples/brochure/code.lhs | |
parent | 681d46c8ffd643710bff3dcbba29d2b18d8ed12c (diff) | |
download | hakyll-ff57c2f660d604bc6fcae104e108f8d991a48906.tar.gz |
Added fix to allow dashes in pages.
Hakyll splits pages into metadata sections by lines starting
with `---`. Because of this, thing like
Header
------
Some text.
will not parse. This commit fixes this, by fixating the length
of the the dash pattern -- all dashed lines should contain the
same number of dashes. Therefor, you can use something like
---
title: Foobar
---
Header
------
Some text.
Diffstat (limited to 'examples/brochure/code.lhs')
0 files changed, 0 insertions, 0 deletions