summaryrefslogtreecommitdiff
path: root/blog.html
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-13 12:03:39 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-13 12:03:39 +0100
commit58f0d426f4918a464579bdd10868fa302e620a66 (patch)
tree92176759fdaab3fbe9079a0b5db250d1087a22ae /blog.html
parent22657326f9c271ce3683dc1bf15738d38707f483 (diff)
fix: remove emojis
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/blog.html b/blog.html
index 98e9400..91d225a 100644
--- a/blog.html
+++ b/blog.html
@@ -15,10 +15,10 @@
<nav>
<ul>
- <a href="https://gustafrydholm.xyz"><li>🌌 Home</li></a>
- <a href="about.html"><li>📇 About</li></a>
- <a href="blog.html"><li>📘 Blog</li></a>
- <a href="contact.html"><li>📨 Contact</li></a>
+ <a href="https://gustafrydholm.xyz"><li>Home</li></a>
+ <a href="about.html"><li>About</li></a>
+ <a href="blog.html"><li>Blog</li></a>
+ <a href="contact.html"><li>Contact</li></a>
</ul>
</nav>