diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-08-03 18:36:59 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-08-03 18:36:59 +0200 |
| commit | 6bf99d8fd6c056c165e0c4b0421c0feeb773ff0f (patch) | |
| tree | b424ff8afa3b1d53b6ba109ca72535f211590f29 /provider | |
| parent | 2d4c925e7f11d1ba04b973753eb1a947622ce806 (diff) | |
| download | dirty-haskell.org-6bf99d8fd6c056c165e0c4b0421c0feeb773ff0f.tar dirty-haskell.org-6bf99d8fd6c056c165e0c4b0421c0feeb773ff0f.tar.gz dirty-haskell.org-6bf99d8fd6c056c165e0c4b0421c0feeb773ff0f.tar.bz2 dirty-haskell.org-6bf99d8fd6c056c165e0c4b0421c0feeb773ff0f.tar.xz dirty-haskell.org-6bf99d8fd6c056c165e0c4b0421c0feeb773ff0f.zip | |
Joke grammar.
Diffstat (limited to 'provider')
| -rw-r--r-- | provider/posts/hakyll.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/provider/posts/hakyll.md b/provider/posts/hakyll.md index 844616b..fe2f856 100644 --- a/provider/posts/hakyll.md +++ b/provider/posts/hakyll.md | |||
| @@ -113,8 +113,8 @@ Therefore it seems to keep a list of | |||
| 113 | [Identifier](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Core-Identifier.html#t:Identifier)s | 113 | [Identifier](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Core-Identifier.html#t:Identifier)s |
| 114 | it has encountered with priority given to the more early ones. | 114 | it has encountered with priority given to the more early ones. |
| 115 | 115 | ||
| 116 | I thus had to tweak the function that does `Identifier`/`String` conversion for | 116 | It was thus necessary to tweak the function that does `Identifier`/`String` |
| 117 | tags contained within a | 117 | conversion for tags contained within a |
| 118 | [Tags](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Web-Tags.html#v:Tags) | 118 | [Tags](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Web-Tags.html#v:Tags) |
| 119 | structure if I wanted to use (the very convenient) | 119 | structure if I wanted to use (the very convenient) |
| 120 | [tagsRules](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Web-Tags.html#v:tagsRules) | 120 | [tagsRules](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Web-Tags.html#v:tagsRules) |
