diff options
author | Simon Wörner <git@simon-woerner.de> | 2017-09-14 17:11:46 +0200 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-09-14 23:11:46 +0800 |
commit | 8384f0248367febcf961d2eb2d0c2adff5292d97 (patch) | |
tree | 61d876eec7cae416882811d618f083c512dea2db /exampleSite | |
parent | d6ac9cd9ce7ed7228461af385982daec4f9524d9 (diff) |
fix: allow all url protocols in social and menu links (#4)
Adding "| safeURL" allows the usage of "unsafe" url protocols such as irc:// or xmpp://
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 970a32f..71e8c06 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -84,7 +84,7 @@ copyright = "" # default: author.name ↓ # 默认为下面配 alipay = "/path/to/your/alipay-qr-code.png" # 支付宝二维码 [params.social] # 社交链接 - a-email = "your@email.com" + a-email = "mailto:your@email.com" b-stack-overflow = "http://localhost:1313" c-twitter = "http://localhost:1313" d-facebook = "http://localhost:1313" |