diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-21 08:31:40 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-21 08:31:40 -0400 |
| commit | 385eba2ad92761708a0a1f69e8d92f45f8644c1e (patch) | |
| tree | a669b7431c1c8d08015ae06e89a9130cacec07d6 /static | |
| parent | ffd57790446403a79ee3e2fe9220049c476bedfd (diff) | |
improve source code page title
Diffstat (limited to 'static')
| -rw-r--r-- | static/source.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/source.html b/static/source.html index 64ab1e54..14b612a4 100644 --- a/static/source.html +++ b/static/source.html @@ -2,14 +2,14 @@ <html lang="en" prefix="og: https://ogp.me/ns#"> <head> <meta charset="utf-8"/> - <title>Source | GrapheneOS</title> + <title>Source code | GrapheneOS</title> <meta name="description" content="Source code for GrapheneOS."/> <meta name="theme-color" content="#212121"/> <meta name="msapplication-TileColor" content="#ffffff"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="twitter:site" content="@GrapheneOS"/> <meta name="twitter:creator" content="@GrapheneOS"/> - <meta property="og:title" content="GrapheneOS source"/> + <meta property="og:title" content="GrapheneOS source code"/> <meta property="og:description" content="Source code for GrapheneOS."/> <meta property="og:type" content="website"/> <meta property="og:image" content="https://grapheneos.org/opengraph.png"/> @@ -47,7 +47,7 @@ </nav> </header> <main id="source"> - <h1><a href="#source">Source</a></h1> + <h1><a href="#source">Source code</a></h1> <p>The GrapheneOS sources are hosted in the <a href="https://github.com/GrapheneOS">GrapheneOS organization on GitHub</a>. Since |
