summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-02-26 12:54:08 -0500
committerFreya Murphy <freya@freyacat.org>2025-02-26 12:54:08 -0500
commitae8de1ad556f8d6c4c97817538e17722f850ebbc (patch)
treeee0949fe2bcc86a69ce6f63e15b3fc91e5e07683 /src/web
parentadd more langs to embedded prismjs (diff)
downloadwebsite-ae8de1ad556f8d6c4c97817538e17722f850ebbc.tar.gz
website-ae8de1ad556f8d6c4c97817538e17722f850ebbc.tar.bz2
website-ae8de1ad556f8d6c4c97817538e17722f850ebbc.zip
fix IPA placeholder
Diffstat (limited to 'src/web')
-rw-r--r--src/web/lang/home.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/lang/home.php b/src/web/lang/home.php
index 2a21773..d809394 100644
--- a/src/web/lang/home.php
+++ b/src/web/lang/home.php
@@ -5,8 +5,8 @@ $lang['title'] = $lang['first_name'];
# sections
$lang['about'] = 'About';
$lang['section_about'] = '
-Hi, and welcome to my webbed site! I go by Freya (IPA). I make cool
-programming projects, work as a software developer, and lurk on the
+Hi, and welcome to my webbed site! I go by Freya <span class="ipa">/ˈfɹeɪə/</span>.
+I make cool programming projects, work as a software developer, and lurk on the
interwebz. You can find me tinerking with systems programming, networking, and
declarative linux distros.
';