✏️ 修复笔误
This commit is contained in:
parent
4da07183a9
commit
0253ad8e45
|
@ -3,8 +3,8 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>{{.i18n.wide}} - {{.i18n.wide_title}}</title>
|
<title>{{.i18n.wide}} - {{.i18n.wide_title}}</title>
|
||||||
<meta name="keywords" content="Wide, Golang, IDE, Team, Cloud, B3log"/>
|
<meta name="keywords" content="Wide, Golang, IDE, Cloud, B3log"/>
|
||||||
<meta name="description" content="A Web-based Go IDE , do your development anytime, anywrhere."/>
|
<meta name="description" content="A Web-based Go IDE , do your development anytime, anwhere."/>
|
||||||
<meta name="author" content="B3log">
|
<meta name="author" content="B3log">
|
||||||
<meta property="og:description" content="A Web-based Go IDE, do your development anytime, anywhere."/>
|
<meta property="og:description" content="A Web-based Go IDE, do your development anytime, anywhere."/>
|
||||||
{{if eq $.conf.RuntimeMode "dev"}}
|
{{if eq $.conf.RuntimeMode "dev"}}
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>{{.i18n.wide}} - {{.i18n.keyboard_shortcuts}}</title>
|
<title>{{.i18n.wide}} - {{.i18n.keyboard_shortcuts}}</title>
|
||||||
|
|
||||||
<meta name="keywords" content="Wide, Golang, IDE, Team, Cloud, B3log, Keyboard Shortcuts"/>
|
<meta name="keywords" content="Wide, Golang, IDE, Cloud, B3log, Keyboard Shortcuts"/>
|
||||||
<meta name="description" content="A Web-based Go IDE , do your development anytime, anywrhere."/>
|
<meta name="description" content="A Web-based Go IDE , do your development anytime, anywhere."/>
|
||||||
<meta name="author" content="B3log">
|
<meta name="author" content="B3log">
|
||||||
|
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>{{.i18n.wide}} - {{.i18n.wide_title}}</title>
|
<title>{{.i18n.wide}} - {{.i18n.wide_title}}</title>
|
||||||
|
|
||||||
<meta name="keywords" content="Wide, Golang, IDE, Team, Cloud, B3log, Login"/>
|
<meta name="keywords" content="Wide, Golang, IDE, Cloud, B3log, Login"/>
|
||||||
<meta name="description" content="A Web-based Go IDE , do your development anytime, anywrhere."/>
|
<meta name="description" content="A Web-based Go IDE , do your development anytime, anywhere."/>
|
||||||
<meta name="author" content="B3log">
|
<meta name="author" content="B3log">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/static/css/base.css?{{.conf.StaticResourceVersion}}">
|
<link rel="stylesheet" href="/static/css/base.css?{{.conf.StaticResourceVersion}}">
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>{{.i18n.wide}} - {{.i18n.wide_title}}</title>
|
<title>{{.i18n.wide}} - {{.i18n.wide_title}}</title>
|
||||||
|
|
||||||
<meta name="keywords" content="Wide, Golang, IDE, Team, Cloud, B3log, Playground"/>
|
<meta name="keywords" content="Wide, Golang, IDE, Cloud, B3log, Playground"/>
|
||||||
<meta name="description" content="A Web-based Go IDE , do your development anytime, anywrhere."/>
|
<meta name="description" content="A Web-based Go IDE , do your development anytime, anywhere."/>
|
||||||
<meta name="author" content="B3log">
|
<meta name="author" content="B3log">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/static/js/lib/codemirror-{{.codeMirrorVer}}/codemirror.css?{{.conf.StaticResourceVersion}}">
|
<link rel="stylesheet" href="/static/js/lib/codemirror-{{.codeMirrorVer}}/codemirror.css?{{.conf.StaticResourceVersion}}">
|
||||||
|
|
Loading…
Reference in New Issue