diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-10-23 14:32:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 14:32:49 -0700 |
commit | 00b069fc6f8e2af18bc3ac9af8904fa924ce757c (patch) | |
tree | 9b29faa5dd9e5c50455ce939fbfdf587a3456461 /docs | |
parent | ab8136bab7dcf0982f49b9db2ca956bc01860851 (diff) | |
parent | 0e045b4c55042c1b2e97c3c7b005f83f96106841 (diff) | |
download | homer-00b069fc6f8e2af18bc3ac9af8904fa924ce757c.tar.gz homer-00b069fc6f8e2af18bc3ac9af8904fa924ce757c.tar.zst homer-00b069fc6f8e2af18bc3ac9af8904fa924ce757c.zip |
Merge pull request #136 from gabe565/message-icon
Add support for a message icon
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index af642c8..4bd4677 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -68,6 +68,7 @@ message: | |||
68 | # url: "https://<my-api-endpoint>" # Can fetch information from an endpoint to override value below. | 68 | # url: "https://<my-api-endpoint>" # Can fetch information from an endpoint to override value below. |
69 | style: "is-warning" | 69 | style: "is-warning" |
70 | title: "Optional message!" | 70 | title: "Optional message!" |
71 | icon: "fa fa-exclamation-triangle" | ||
71 | content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit." | 72 | content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit." |
72 | 73 | ||
73 | # Optional navbar | 74 | # Optional navbar |