adding reference to the refer option

This commit is contained in:
Dominic Barnes 2015-02-07 14:17:23 -08:00
parent 0d84c978ba
commit 08304aac50

View file

@ -107,6 +107,17 @@ metalsmith.use(collections({
})); }));
``` ```
By adding `refer: false` to your options, it will skip adding the "next" and
"previous" links to your articles.
```js
metalsmith.use(collections({
articles: {
refer: false
}
}));
```
## CLI Usage ## CLI Usage