diff options
author | 135e2 <[email protected]> | 2022-06-06 22:24:06 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2022-06-07 18:56:57 +0800 |
commit | 8b1c25a6bc56308a274dab10a491bf7ff0dafb87 (patch) | |
tree | 4a73d09a26e360f504530b14d76c9d07841ac27d /layout/index.ejs | |
parent | 5ce954f17fc79ca496f345f151dc0df82e60760c (diff) | |
download | chromate-8b1c25a6bc56308a274dab10a491bf7ff0dafb87.tar.gz chromate-8b1c25a6bc56308a274dab10a491bf7ff0dafb87.tar.bz2 chromate-8b1c25a6bc56308a274dab10a491bf7ff0dafb87.zip |
chore: broadcast changelog
Diffstat (limited to 'layout/index.ejs')
-rw-r--r-- | layout/index.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/index.ejs b/layout/index.ejs index 239edaa..c1bee51 100644 --- a/layout/index.ejs +++ b/layout/index.ejs @@ -3,7 +3,7 @@ <div class="column is-8 is-offset-2"> <article class="message is-<%- theme.boardcast.color %>"> <div class="message-body"> - <%= theme.boardcast.message %> + <%- theme.boardcast.message %> </div> </article> </div> |