made emoji less confusing

This commit is contained in:
Ell 2023-08-12 12:39:42 +02:00
parent ba486e0e9c
commit 95e34554e4
3 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
"desc": "Households are cool!" "desc": "Households are cool!"
}, },
{ {
"name": "🏠 Lots", "name": "🏪 Lots",
"slug": "lots", "slug": "lots",
"desc": "Lots are cool!" "desc": "Lots are cool!"
}, },
@ -25,7 +25,7 @@
"desc": "Media is cool!" "desc": "Media is cool!"
}, },
{ {
"name": "🎨 Fanart", "name": "🎨 Art",
"slug": "fanart", "slug": "fanart",
"desc": "Fanart is cool!" "desc": "Fanart is cool!"
} }

View file

@ -1,4 +1,4 @@
<a class="nav-item nav-link" href="../../#devlogs">🏡 Home</a> <a class="nav-item nav-link" href="../../#devlogs">🏠 Home</a>
{% if page.previous %} {% if page.previous %}
<a class="nav-item nav-link" href="{{ page.previous.url }}">⏮️ Previous Post</a> <a class="nav-item nav-link" href="{{ page.previous.url }}">⏮️ Previous Post</a>
{% endif %} {% endif %}

View file

@ -1,4 +1,4 @@
<a class="nav-item nav-link" href="../../">🏡 Home</a> <a class="nav-item nav-link" href="../../">🏠 Home</a>
{% for section in site.data.community-sections %} {% for section in site.data.community-sections %}
<a class="nav-item nav-link" href="#{{ section.slug }}">{{ section.name }}</a> <a class="nav-item nav-link" href="#{{ section.slug }}">{{ section.name }}</a>
{% endfor %} {% endfor %}