From fdfbec2f52c1a1e7ba5a64ef647eabda351e0f44 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 21 May 2024 18:20:14 +0200 Subject: [PATCH] add emoji to blog categories --- web/_includes/devlog_category.html | 2 +- web/_includes/devlogs.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/web/_includes/devlog_category.html b/web/_includes/devlog_category.html index faa0a26..497a0ff 100644 --- a/web/_includes/devlog_category.html +++ b/web/_includes/devlog_category.html @@ -1,5 +1,5 @@
-

{{ include.tag }}

+

{{ include.emoji }} {{ include.tag }}

{{ include.description }}

{% for post in site.posts %} diff --git a/web/_includes/devlogs.html b/web/_includes/devlogs.html index 455830b..f4fffea 100644 --- a/web/_includes/devlogs.html +++ b/web/_includes/devlogs.html @@ -4,11 +4,14 @@ {% include devlog_category.html tag="Community Showcase" + emoji="🌍" description="We want to dedicate this section to our community and showcase some of the awesome stuff you've created. Be it in-game content, videos, or fan art, this category is dedicated to your creations." %} {% include devlog_category.html tag="Tiny Technicalities" + emoji="⚙️" description="Tiny Technicalities gives you a little look behind the scenes of Tiny Life development, including explanations about the graphics, music, AI, build mode, and more!" %} {% include devlog_category.html tag="Devlogs" + emoji="📰" description="Along with every major update, we publish a devlog that features additional information as well as some screenshots. You can also read the full changelog." %}