cleanups
This commit is contained in:
parent
1dfd885ae3
commit
09e1d478df
|
@ -34,5 +34,6 @@ mkShell {
|
||||||
SITE_PREFIX = "devel.";
|
SITE_PREFIX = "devel.";
|
||||||
CLACK_SET = "Ashlynn,Terry Davis,Dennis Ritchie";
|
CLACK_SET = "Ashlynn,Terry Davis,Dennis Ritchie";
|
||||||
RUST_LOG = "debug";
|
RUST_LOG = "debug";
|
||||||
|
RUST_BACKTRACE = "1";
|
||||||
GITHUB_SHA = "devel";
|
GITHUB_SHA = "devel";
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,12 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="cell -10of12">
|
<div class="cell -10of12">
|
||||||
<div class="content"><p><b>@character</b><br></p>@message</div>
|
<div class="content">
|
||||||
|
<p>
|
||||||
|
<b>@character</b>
|
||||||
|
<br>
|
||||||
|
</p>
|
||||||
|
@message
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue