diff --git a/src/core/render/tpl.js b/src/core/render/tpl.js index 85efa436c..3c6cfc647 100644 --- a/src/core/render/tpl.js +++ b/src/core/render/tpl.js @@ -1,4 +1,3 @@ -import { isMobile } from '../util/env'; /** * Render github corner * @param {Object} data URL for the View Source on Github link @@ -51,9 +50,8 @@ export function main(config) { : '') + '' + ''; - return ( - (isMobile ? `${aside}
` : `
${aside}`) + + `
${aside}` + '
' + '
' + '
' +