Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kenberkeley committed Nov 30, 2019
2 parents 7a86cf2 + 9419179 commit d5e34f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,17 @@ module.exports = ctx => ({
footer: {
poweredBy: false,
poweredByTheme: false,
custom: '欢迎<a href="/tip/">打赏</a>鼓励我继续产出,如果文章对你有帮助的话<br>' +
custom: '<span style="font-size: 14px">' +
'欢迎<a href="/tip/">打赏</a>鼓励我继续产出,如果文章对你有帮助的话<br>' +
`欢迎订阅我的 YouTube 频道 ${safeExternalLinkGen(YOUTUBE)}<br>` +
`欢迎${safeExternalLinkGen(SUBSCRIBE_CN)},所有文章均为原创,转载请注明出处<br>` +
`若有建议、意见或者其他疑问等,欢迎到 ${safeExternalLinkGen(ISSUES)} 交流<br>` +
'<br>' +
'You can <a href="/tip/">BuyMeACoffee</a> to encourage me if it helps<br>' +
`Here is my YouTube channel ${safeExternalLinkGen(YOUTUBE)}<br>` +
`Welcome ${safeExternalLinkGen(SUBSCRIBE_EN)} / Repost with original link<br>` +
`If any suggestions or questions, please raise in ${safeExternalLinkGen(ISSUES)}`
`If any suggestions or questions, please raise in ${safeExternalLinkGen(ISSUES)}` +
'</span>'
},
lastUpdated: true,
comments: {
Expand Down

0 comments on commit d5e34f2

Please sign in to comment.