From a0b9aafcc396738cc50bc0a7d2aaa62ddc7452cd Mon Sep 17 00:00:00 2001 From: Tyler Schrock Date: Mon, 15 Jan 2024 02:07:15 -0500 Subject: [PATCH] Fix API missing tags --- _layouts/emoji-json.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/emoji-json.json b/_layouts/emoji-json.json index 6a00ecc..0c34a73 100644 --- a/_layouts/emoji-json.json +++ b/_layouts/emoji-json.json @@ -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 }},