We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f2e80 commit f1adcc8Copy full SHA for f1adcc8
_js/api.json
@@ -3,13 +3,13 @@ layout: null
3
permalink: "/api/data.json"
4
---
5
{
6
- "api_version":"1.0.0",
+ "api_version":"1.0.1",
7
"last_update_date":{{site.time | jsonify}},
8
"data":[{% for feature in site.features %}
9
10
"title":{{ feature.title | jsonify }},
11
"description":{{ feature.description | jsonify }},
12
- "url":{{ feature.url | jsonify }},
+ "url":{{ feature.url | prepend:site.url | jsonify }},
13
"category":{{ feature.category | jsonify }},
14
"keywords":{{ feature.keywords | jsonify }},
15
"last_test_date":{{ feature.last_test_date | jsonify }},
0 commit comments