Skip to content

Commit eb8ef27

Browse files
committedMay 27, 2017
fix README
1 parent d235b5e commit eb8ef27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎v7/similarity/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ For example, if your post is in `output/foo/bar.html` then
1111
the related posts data will be in `output/foo/bar.html.related.json`
1212
and looks like this:
1313

14-
```[
14+
```
15+
[
1516
{
1617
"detailed_score": [
1718
0,
@@ -47,7 +48,7 @@ this would work. If not, change as needed.
4748

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

50-
```html
51+
```
5152
<div id="related-posts" class="related">
5253
<h3>Related Posts:</h3>
5354
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.