diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-27 13:52:48 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-27 13:54:12 -0400 |
| commit | 7559b3412bc811867d11aeca55f9b1443cb0a085 (patch) | |
| tree | d19af41e90998fe57eb4695ecc791d45053999ed | |
| parent | 64340cd196301c29555dec3149e3d248fa885e02 (diff) | |
add releases to history page
| -rw-r--r-- | static/history.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/history.html b/static/history.html index 6658c90b..f0f2dc31 100644 --- a/static/history.html +++ b/static/history.html @@ -93,6 +93,16 @@ <p>GrapheneOS now has multiple full-time and part-time developers supported by donations and multiple companies collaborating with the project.</p> + + <section id="releases"> + <h2><a href="#releases">Releases</a></h2> + + <p>A history of releases for the current incarnation of GrapheneOS is available + via the <a href="/releases#changelog">releases changelog</a>.</p> + + <p>An archive of changelogs for the earlier releases will be made available in the + near future.</p> + </section> </main> <footer> <a href="/"><img src="/mask-icon.svg" width="512" height="512" alt=""/>GrapheneOS</a> |
