From 95e34554e4ce6c8931a12c1609fb698a299dd020 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 12 Aug 2023 12:39:42 +0200 Subject: [PATCH] made emoji less confusing --- web/_data/community-sections.json | 4 ++-- web/_includes/blognav.html | 2 +- web/_includes/communitynav.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/_data/community-sections.json b/web/_data/community-sections.json index cc923c4..7450a9d 100644 --- a/web/_data/community-sections.json +++ b/web/_data/community-sections.json @@ -10,7 +10,7 @@ "desc": "Households are cool!" }, { - "name": "🏠 Lots", + "name": "🏪 Lots", "slug": "lots", "desc": "Lots are cool!" }, @@ -25,7 +25,7 @@ "desc": "Media is cool!" }, { - "name": "🎨 Fanart", + "name": "🎨 Art", "slug": "fanart", "desc": "Fanart is cool!" } diff --git a/web/_includes/blognav.html b/web/_includes/blognav.html index 2f35f9a..c071fb7 100644 --- a/web/_includes/blognav.html +++ b/web/_includes/blognav.html @@ -1,4 +1,4 @@ -🏡 Home +🏠 Home {% if page.previous %} ⏮️ Previous Post {% endif %} diff --git a/web/_includes/communitynav.html b/web/_includes/communitynav.html index 9e83161..31b846e 100644 --- a/web/_includes/communitynav.html +++ b/web/_includes/communitynav.html @@ -1,4 +1,4 @@ -🏡 Home +🏠 Home {% for section in site.data.community-sections %} {{ section.name }} {% endfor %}