diff --git a/layout/comment/gitalk.jsx b/layout/comment/gitalk.jsx index 7ed4ae4..b51e8a6 100644 --- a/layout/comment/gitalk.jsx +++ b/layout/comment/gitalk.jsx @@ -20,7 +20,7 @@ class Gitalk extends Component { if (!id || !repo || !owner || !admin || !clientId || !clientSecret) { return
You forgot to set the owner, admin, repo, - client_id, or client_secret for Gittalk. + clientId, or clientSecret for Gittalk. Please set it in _config.yml.
; } diff --git a/layout/layout.jsx b/layout/layout.jsx index 7feec22..6e1e833 100644 --- a/layout/layout.jsx +++ b/layout/layout.jsx @@ -15,9 +15,7 @@ module.exports = class extends Component { const columnCount = Widgets.getColumnCount(config.widgets); return - - - +