diff options
-rw-r--r-- | _config.yml | 6 | ||||
-rw-r--r-- | layout/index.ejs | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml index d0899eb..62f3924 100644 --- a/_config.yml +++ b/_config.yml @@ -136,9 +136,9 @@ rss: # info: 蓝色 # warning: 黄色 boardcast: - enable: false - color: default - message: 'Memorial hero Yuan Longping.' + enable: true + color: info + message: "For developers: Feel free to checkout our Changelog <a href='/changelog'>here</a>" # Site mourn mode, enable to get a global grayscale filter # ------------------------------------------------------------ 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> |