Skip to content

Commit 35c41cc

Browse files
committed
API fixes
1 parent b51fc01 commit 35c41cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/json.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ layout: none
99
"content_stability": {{ post.content_stability | jsonify }},
1010
"last_reviewed": {{ post.last_reviewed | jsonify }},
1111
"url": {{ post.url | jsonify }},
12-
"full_url": {{site.url}}{{post.url}},
12+
"full_url": "{{site.url}}{{post.url}}",
1313
"date": {{ post.date | date_to_string | jsonify }},
1414
"publish_date":{{post.date|jsonify}},
1515
"excerpt": {{ post.description | strip_html | strip_newlines | jsonify }},

0 commit comments

Comments
 (0)