-
The code that was given in the docs to generate the sitemap using EJS has a bug in the `for..in` loop. Here is the code:
``` ejs
…
-
The excerpts recipe (http://harpjs.com/recipes/blog-post-excerpts) will fail on any content missing the more html tag. It is a one line mode to handle that. For example:
```
function excerpt(content)…
-
The recipe here, http://harpjs.com/recipes/custom-title-description, mentions _harp.json. I believe it should be harp.json (no underscore).
-
So now that this is getting close to completion I need to start working through how/where we're going to deploy this. We may do a quick-and-easy deployment to start but I would really like to have a p…
-
More examples, especially running it “indefinitely” and how to cancel it. Running it in lib mode?
-
Environment page, http://harpjs.com/docs/development/environment, typo:
harp server, for chainging Harp from development to production mode
chainging should be changing
-
Located here: http://harpjs.com/docs/development/rules
The text has:
All this information will be available to any template as:
and then a code sample that says:
available to all templates as pub…
-
In recent updates important features were added, like block mixins (0.41.0 / 2013-11-30).
rooc updated
10 years ago
-
On this page, http://harpjs.com/docs/development/layout, around "The Final Result", this code is shown:
```
Copyright>(c) foobar
```
Note the greater than before the (c).
-
As i saw in #187 is you should use doctype instead of !!!, but it has no been changed in the docs:
http://harpjs.com/docs/development/layout#jade