|
|
@@ -69,19 +69,19 @@
|
|
|
{{else}}
|
|
|
|
|
|
<meta name="title" content="{{AppName}}">
|
|
|
- <meta name="description" content="Software version control made simple">
|
|
|
+ <meta name="description" content="{{.i18n.Tr "description"}}">
|
|
|
<meta name="keywords" content="{{AppName}}">
|
|
|
|
|
|
<meta property="og:url" content="{{AppURL}}" />
|
|
|
<meta property="og:type" content="website" />
|
|
|
<meta property="og:title" content="{{AppName}}">
|
|
|
- <meta property="og:description" content="Software version control made simple">
|
|
|
+ <meta property="og:description" content="{{.i18n.Tr "description"}}">
|
|
|
<meta property="og:image" content="{{AppURL}}og.png" />
|
|
|
<meta property="og:site_name" content="{{AppName}}">
|
|
|
|
|
|
<meta property="twitter:card" content="summary" />
|
|
|
<meta property="twitter:title" content="{{AppName}}">
|
|
|
- <meta property="twitter:description" content="Software version control made simple">
|
|
|
+ <meta property="twitter:description" content="{{.i18n.Tr "description"}}">
|
|
|
<meta property="twitter:image" content="{{AppURL}}og.png" />
|
|
|
|
|
|
{{end}}
|