Skip to content

Commit 0610ae3

Browse files
authored
fix: 转义config.toml中的版权信息格式 (#44)
1 parent 6d85e1b commit 0610ae3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ showLightDarkModeMenu = true
4141

4242
[params.copyright]
4343
authors = """
44-
| [BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)
45-
| <a rel="me" href="https://mastodon.social/@liujiacai">Mastodon</a>
46-
| [RSS](/index.xml)
44+
\\| [BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)
45+
\\| <a rel="me" href="https://mastodon.social/@liujiacai">Mastodon</a>
46+
\\| [RSS](/index.xml)
4747
"""
4848
from_year = 2022
4949
[params.links]

0 commit comments

Comments
 (0)