diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index ff58606..f5fda5e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -140,13 +140,13 @@ <h2> <a href="./">lustre</a> <span id="project-version"> - <span> - v0.1.0 </span> + <span> - v1.0.0 </span> </span> <script> "use strict"; if ("undefined" !== typeof versionNodes) { - const currentVersion = "v0.1.0"; + const currentVersion = "v1.0.0"; if (! versionNodes.find(element => element.version === currentVersion)) { versionNodes.unshift({ version: currentVersion, url: "#" }); } @@ -192,6 +192,14 @@ + <h2>Links</h2> + <ul> + + <li><a href="https://hayleigh-dot-dev.github.io/gleam-lustre">Website</a></li> + + <li><a href="https://github.com/hayleigh-dot-dev/gleam-lustre">Repository</a></li> + + </ul> <h2>Modules</h2> |