Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed May 27, 2017
1 parent d235b5e commit eb8ef27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions v7/similarity/README.md
Expand Up @@ -11,7 +11,8 @@ For example, if your post is in `output/foo/bar.html` then
the related posts data will be in `output/foo/bar.html.related.json`
and looks like this:

```[
```
[
{
"detailed_score": [
0,
Expand Down Expand Up @@ -47,7 +48,7 @@ this would work. If not, change as needed.

In post.tmpl, where you want the related post links to appear:

```html
```
<div id="related-posts" class="related">
<h3>Related Posts:</h3>
</div>
Expand Down

0 comments on commit eb8ef27

Please sign in to comment.