✏️ 修复笔误

This commit is contained in:
Liang Ding 2019-05-24 11:54:00 +08:00
parent 4da07183a9
commit 0253ad8e45
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D
4 changed files with 8 additions and 8 deletions

View File

@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8">
<title>{{.i18n.wide}} - {{.i18n.wide_title}}</title>
<meta name="keywords" content="Wide, Golang, IDE, Team, Cloud, B3log"/>
<meta name="description" content="A Web-based Go IDE , do your development anytime, anywrhere."/>
<meta name="keywords" content="Wide, Golang, IDE, Cloud, B3log"/>
<meta name="description" content="A Web-based Go IDE , do your development anytime, anwhere."/>
<meta name="author" content="B3log">
<meta property="og:description" content="A Web-based Go IDE, do your development anytime, anywhere."/>
{{if eq $.conf.RuntimeMode "dev"}}

View File

@ -4,8 +4,8 @@
<meta charset="UTF-8">
<title>{{.i18n.wide}} - {{.i18n.keyboard_shortcuts}}</title>
<meta name="keywords" content="Wide, Golang, IDE, Team, Cloud, B3log, Keyboard Shortcuts"/>
<meta name="description" content="A Web-based Go IDE , do your development anytime, anywrhere."/>
<meta name="keywords" content="Wide, Golang, IDE, Cloud, B3log, Keyboard Shortcuts"/>
<meta name="description" content="A Web-based Go IDE , do your development anytime, anywhere."/>
<meta name="author" content="B3log">
<link rel="icon" type="image/x-icon" href="/favicon.ico" />

View File

@ -4,8 +4,8 @@
<meta charset="UTF-8">
<title>{{.i18n.wide}} - {{.i18n.wide_title}}</title>
<meta name="keywords" content="Wide, Golang, IDE, Team, Cloud, B3log, Login"/>
<meta name="description" content="A Web-based Go IDE , do your development anytime, anywrhere."/>
<meta name="keywords" content="Wide, Golang, IDE, Cloud, B3log, Login"/>
<meta name="description" content="A Web-based Go IDE , do your development anytime, anywhere."/>
<meta name="author" content="B3log">
<link rel="stylesheet" href="/static/css/base.css?{{.conf.StaticResourceVersion}}">

View File

@ -4,8 +4,8 @@
<meta charset="UTF-8">
<title>{{.i18n.wide}} - {{.i18n.wide_title}}</title>
<meta name="keywords" content="Wide, Golang, IDE, Team, Cloud, B3log, Playground"/>
<meta name="description" content="A Web-based Go IDE , do your development anytime, anywrhere."/>
<meta name="keywords" content="Wide, Golang, IDE, Cloud, B3log, Playground"/>
<meta name="description" content="A Web-based Go IDE , do your development anytime, anywhere."/>
<meta name="author" content="B3log">
<link rel="stylesheet" href="/static/js/lib/codemirror-{{.codeMirrorVer}}/codemirror.css?{{.conf.StaticResourceVersion}}">