Forgot the comma :(
This commit is contained in:
parent
a0ef814415
commit
f5030c5cf7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"release_notes_path": "{{ recent_release_post.url }}",
|
||||
"release_title": "{{ recent_release_post.title }}",
|
||||
"release_description": "{{ recent_release_post.description }}",
|
||||
"patch_version_notes": "{{ site.patch_version_notes }}"
|
||||
"patch_version_notes": "{{ site.patch_version_notes }}",
|
||||
"root_url": "{{ site.url }}",
|
||||
"semantic_version": {
|
||||
"major": {{ site.current_major_version }},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue