mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
language tweak, update headers in language.php
This commit is contained in:
parent
346ad4bf26
commit
6be7dd4615
2 changed files with 12 additions and 2 deletions
11
language.php
11
language.php
|
@ -21,7 +21,16 @@ if (isset($_COOKIE["MONERO_LANG"]))
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Monero - private, secure, untraceable</title>
|
||||
<title>Monero - secure, private, and untraceable</title>
|
||||
<meta name="description" content="Monero is a digital currency that is secure, private, and untraceable.">
|
||||
<meta name="keywords" content="monero, xmr, bitmonero, cryptocurrency">
|
||||
|
||||
<meta property="og:title" content="Monero - secure, private, untraceable"/>
|
||||
<meta property="og:description" content="Monero is a digital currency that is secure, private, and untraceable.">
|
||||
<meta property="og:image" content="http://static.getmonero.org/images/opengraph/logo.png">
|
||||
<meta property="og:site_name" content="getmonero.org, The Monero Project">
|
||||
<meta property="og:url" content="https://getmonero.org/language.php">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
<link href="//static.getmonero.org/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="//static.getmonero.org/css/main.css?1" rel="stylesheet">
|
||||
|
|
|
@ -10,4 +10,5 @@ attribution: ""
|
|||
---
|
||||
|
||||
### Work in Progress
|
||||
Meanwhile, you can read the production of the Research Lab: [https://lab.getmonero.org/](https://lab.getmonero.org/)
|
||||
|
||||
For current Monero Research Lab publications please visit: [https://lab.getmonero.org/](https://lab.getmonero.org/)
|
||||
|
|
Loading…
Reference in a new issue