Skip to content

Commit

Permalink
Fix API missing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschrock committed Jan 15, 2024
1 parent cca09b3 commit a0b9aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/emoji-json.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": {{ page.title | jsonify }},
"sources": {{ page.sources | jsonify }},
"license": {{ page.license | jsonify }},
"tags": {{ emoji.tags | jsonify }}
"tags": {{ page.tags | jsonify }}
},
"meta": {
"details_url": {{ emoji_details.url | absolute_url | jsonify }},
Expand Down

0 comments on commit a0b9aaf

Please sign in to comment.