diff options
| -rw-r--r-- | content/_index.md | 2 | ||||
| -rw-r--r-- | templates/base.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/_index.md b/content/_index.md index 4e36d29..08db8a8 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5,7 +5,7 @@ template = "index.html" {% window() %} {% title_bar() %} -🧍 Welcome to {% soaosed() %}soaos{% end %}.dev +👤 Welcome to {% soaosed() %}soaos{% end %}.dev {% end %} {% window_body() %} diff --git a/templates/base.html b/templates/base.html index 7af29b7..21b20e2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -31,7 +31,7 @@ <main>{% block content %} {% endblock content %}</main> <footer class="window"> <div class="title-bar"> - <div class="title-bar-text">🪪 Badges</div> + <div class="title-bar-text">🎖️ Badges</div> </div> <div class="window-body"> <ul id="badge-grid" class="no-bullets"> |
