Skip to content

Commit

Permalink
Merge pull request #100 from 47deg/js-fix-documentation-issue
Browse files Browse the repository at this point in the history
Fix issue in documentation
  • Loading branch information
juanpedromoreno authored Nov 15, 2016
2 parents 3eb2163 + e010f50 commit ab89177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/tut/docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ layout: extra-layout
micrositeExternalIncludesDirectory := (resourceDirectory in Compile).value / "site" / "includes"
```

These will be available to your pages by using the `{% include <partial_filename> %}` keyword in your layouts.
These will be available to your pages by using `Jekyll`'s [include](https://jekyllrb.com/docs/templates/#includes) keyword in your layouts.

```
Expand Down

0 comments on commit ab89177

Please sign in to comment.