diff options
author | Phil de Joux <philderbeast@gmail.com> | 2019-10-11 03:34:06 +1300 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2019-10-10 16:34:06 +0200 |
commit | d9aa64adf71a236ddb399f26b7f460ac36b42d15 (patch) | |
tree | eb029e661ea70c6a58ad1997c981aba747abc366 | |
parent | a312fd4972f9add0736a9f8335bcd51e0e163b06 (diff) | |
download | hakyll-d9aa64adf71a236ddb399f26b7f460ac36b42d15.tar.gz |
Fix a typo, t missing from the.
-rw-r--r-- | lib/Hakyll/Web/Template/Context.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Hakyll/Web/Template/Context.hs b/lib/Hakyll/Web/Template/Context.hs index 9cd1426..8627d5b 100644 --- a/lib/Hakyll/Web/Template/Context.hs +++ b/lib/Hakyll/Web/Template/Context.hs @@ -14,7 +14,7 @@ -- -- > $partial(concat("templates/categories/", category))$ -- --- This will evaluate the @category@ field in the context, then prepend he path, +-- This will evaluate the @category@ field in the context, then prepend the path, -- and include the referenced file as a template. |