diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-03 12:26:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-03 12:27:06 -0400 |
| commit | a7848665f1ca6df2a2d3e1073cf7a925a47b588b (patch) | |
| tree | 7b8512cfe328964438ce8e3716a25abfac2a15da /static/source.html | |
| parent | 3c65a4589bf15eb1ab47319215909f32b75d43c7 (diff) | |
adjust approach to header links
Diffstat (limited to 'static/source.html')
| -rw-r--r-- | static/source.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/source.html b/static/source.html index db3bc556..1be77961 100644 --- a/static/source.html +++ b/static/source.html @@ -20,7 +20,7 @@ <meta property="og:site_name" content="GrapheneOS"/> <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico?0"/> <link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/> - <link rel="stylesheet" href="/grapheneos.css?8"/> + <link rel="stylesheet" href="/grapheneos.css?9"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/source"/> </head> @@ -38,7 +38,9 @@ </ul> </nav> <div id="content"> - <h1 id="source">Source</h1> + <h1 id="source"> + <a href="#source">Source</a> + </h1> <ul> <li><a href="https://github.com/GrapheneOS/os_issue_tracker/issues">OS issue tracker</a></li> <li><a href="https://github.com/GrapheneOS/grapheneos.org">Website repository and issue tracker</a></li> |
