summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2025-12-31 00:22:53 -0500
committersoaos <soaos@soaos.dev>2025-12-31 00:22:53 -0500
commit114790bbc55e08ebf28e4431003906d28e6ff8fc (patch)
tree591d682148136a342f6d019c26f75dbcb969732d /templates
parent4ff9babd7149dae3e6a42f8caa31e58d9e6375d8 (diff)
emoji rendering fix
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html3
-rw-r--r--templates/index.html2
2 files changed, 3 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 95d610b..b61eea1 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -10,6 +10,7 @@
href="/assets/UnifontExMono.woff2"
as="font"
type="font/woff2"
+ crossorigin="anonymous"
/>
<link rel="stylesheet" href="/98.css" />
<link rel="stylesheet" href="/style.css" />
@@ -31,7 +32,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">
diff --git a/templates/index.html b/templates/index.html
index df6d4c6..170cfaa 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -32,7 +32,7 @@ I'm an "artist" and professional software developer. In my free time I mostly wo
{{ macros::subtree(name="Find me on the Web", open=true) }}
{{ macros::treelink(text="📧 E-Mail: soaos@soaos.dev", url="mailto:soaos@soaos.dev", rel="me") }}
{{ macros::treelink(text="💬 XMPP: soaos@chat.soaos.dev", url="xmpp:soaos@chat.soaos.dev", rel="me") }}
- {{ macros::treelink(text="☕️ StatusCafe: soaos", url="https://status.cafe/users/soaos", blank=true, rel="me") }}
+ {{ macros::treelink(text="☕ StatusCafe: soaos", url="https://status.cafe/users/soaos", blank=true, rel="me") }}
{{ macros::treelink(text="🐘 Mastodon: soaos@furry.engineer", url="http://soaos.dog", rel="me", blank=true) }}
{{ macros::treelink(text="🦀 SSB: @Y1EKP4PU77qby4lI+m5MN6+NcYdjTdRQlV6NmluevuY=.ed25519", url="https://ssb.soaos.dev/~core/ssb/#@Y1EKP4PU77qby4lI+m5MN6+NcYdjTdRQlV6NmluevuY=.ed25519", rel="me", blank=true) }}
{{ macros::treelink(text="⬡ ListenBrainz: soaos", url="https://listenbrainz.org/user/soaos/", rel="me", blank=true) }}