From 53fd0eae7a2e8e780df9d38bada8fc71141c4761 Mon Sep 17 00:00:00 2001 From: octospacc Date: Wed, 3 Apr 2024 01:19:54 +0200 Subject: [PATCH] fix meta --- _includes/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/head.html b/_includes/head.html index 137291e..949b54f 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -107,6 +107,7 @@ baseurl: {{ site.baseurl | jsonify }}, }; window.page_config = { + icon: {{ page.icon | jsonify }}, software_data: {{ page.software_data | jsonify }}, }; window.SalaMuseoGames = { site: site_config, page: page_config };