diff options
Diffstat (limited to 'provider/posts')
-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) |