We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51fc01 commit 35c41ccCopy full SHA for 35c41cc
1 file changed
_layouts/json.json
@@ -9,7 +9,7 @@ layout: none
9
"content_stability": {{ post.content_stability | jsonify }},
10
"last_reviewed": {{ post.last_reviewed | jsonify }},
11
"url": {{ post.url | jsonify }},
12
- "full_url": {{site.url}}{{post.url}},
+ "full_url": "{{site.url}}{{post.url}}",
13
"date": {{ post.date | date_to_string | jsonify }},
14
"publish_date":{{post.date|jsonify}},
15
"excerpt": {{ post.description | strip_html | strip_newlines | jsonify }},
0 commit comments