Compare commits

..

3 Commits

Author SHA1 Message Date
emilyd
b924528545 Merge branch 'main' into install-docs 2022-11-26 07:36:45 +00:00
emilyd
590953d9bc Merge pull request 'add .username class' (#9) from more-classes into main
Reviewed-on: https://git.donut.gq/emilyd/moodblog/pulls/9
2022-11-25 15:49:48 +00:00
emilyd
a8ce1a13b6 add .username class 2022-11-25 17:34:35 +02:00

View File

@ -5,7 +5,7 @@
<div class="window-content bio-window-content clearfix">
<img class="pfp" src="<?php echo $root; ?>/img/pfp.png" alt="profile picture"/>
<div class="bio">
<b><?php echo $username; ?></b>
<b class="username"><?php echo $username; ?></b>
<hr/>
<i><?php echo $tagline; ?></i>
<br/>