Forgot the comma :(

This commit is contained in:
Robbie Trencheny 2016-11-29 14:49:05 -05:00
parent a0ef814415
commit f5030c5cf7

View File

@ -7,7 +7,7 @@
"release_notes_path": "{{ recent_release_post.url }}", "release_notes_path": "{{ recent_release_post.url }}",
"release_title": "{{ recent_release_post.title }}", "release_title": "{{ recent_release_post.title }}",
"release_description": "{{ recent_release_post.description }}", "release_description": "{{ recent_release_post.description }}",
"patch_version_notes": "{{ site.patch_version_notes }}" "patch_version_notes": "{{ site.patch_version_notes }}",
"root_url": "{{ site.url }}", "root_url": "{{ site.url }}",
"semantic_version": { "semantic_version": {
"major": {{ site.current_major_version }}, "major": {{ site.current_major_version }},