diff options
author | Gun.io Whitespace Robot <contact@gun.io> | 2011-12-15 22:35:46 -0500 |
---|---|---|
committer | Gun.io Whitespace Robot <contact@gun.io> | 2011-12-15 22:35:46 -0500 |
commit | c842ec66d79dc2515e610cad1a2bf62739dca837 (patch) | |
tree | c6b005f3a60f698baf29899ba41051e37809c6fc /web/tutorials/03-arrows.markdown | |
parent | ea20ca3acdb33a5cfb091eb60cefea0f0727eecf (diff) | |
download | hakyll-c842ec66d79dc2515e610cad1a2bf62739dca837.tar.gz |
Remove whitespace [Gun.io WhitespaceBot]
Diffstat (limited to 'web/tutorials/03-arrows.markdown')
-rw-r--r-- | web/tutorials/03-arrows.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tutorials/03-arrows.markdown b/web/tutorials/03-arrows.markdown index 442fb3b..8c92c2b 100644 --- a/web/tutorials/03-arrows.markdown +++ b/web/tutorials/03-arrows.markdown @@ -22,7 +22,7 @@ has a `published` metadata element that does not have the value isPublished :: Page a -> Bool isPublished p = let published = getField "published" p in - published /= "" && published /= "false" + published /= "" && published /= "false" ~~~~~ The next step is to write a function that tags a page with its |