diff options
| author | Christine Dodrill <me@christine.website> | 2021-04-02 22:28:18 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2021-04-02 22:28:18 -0400 |
| commit | 0b32b1da1cbb5ad557bfd860ef581e71b302eb7e (patch) | |
| tree | a2e92ef615ac1233e0b6fb595b2776a6af677c2a /templates | |
| parent | de4256c06f7906f9ad84721726c2797b657e2b8b (diff) | |
| download | xesite-0b32b1da1cbb5ad557bfd860ef581e71b302eb7e.tar.xz xesite-0b32b1da1cbb5ad557bfd860ef581e71b302eb7e.zip | |
templates/mara.rs.html: make smol smoller
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/mara.rs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mara.rs.html b/templates/mara.rs.html index 06d977e..f892c1e 100644 --- a/templates/mara.rs.html +++ b/templates/mara.rs.html @@ -8,7 +8,7 @@ </picture> </div> @if smol { - <div class="conversation-chat"><b><@character></b> @message</div> + <div class="conversation-chat"><<b>@character</b>> @message</div> } else { <div> <p> |
