fix (pug): random MOTD not showing
This commit is contained in:
parent
71c158fbd3
commit
80b80277e2
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ html
|
|||
div#splash
|
||||
img#splashIcon(src= splashIcon || `/static-assets/splash.svg?${ timestamp }`)
|
||||
span#splashText
|
||||
block randomMOTD
|
||||
= randomMOTD
|
||||
block randomMotd
|
||||
= randomMotd
|
||||
div#splashSpinner
|
||||
<svg class="spinner bg" viewBox="0 0 152 152" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(1,0,0,1,12,12)">
|
||||
|
|
Loading…
Reference in a new issue