diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2022-05-06 12:53:08 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2022-05-06 12:53:08 -0400 |
commit | 9917a9882eff675567007194661df57450016c89 (patch) | |
tree | e9d81ba6db3ee677a725180ed059cb0981384c34 /captain/templates | |
parent | f3b48d0678fe23c8ff4aed8bfdc370b3b8197b9f (diff) | |
download | levitating-9917a9882eff675567007194661df57450016c89.tar.gz levitating-9917a9882eff675567007194661df57450016c89.zip |
Login and session tracking now works via Gemini. Need to restrict operations in Gemini based on request auth levels still.
Diffstat (limited to 'captain/templates')
-rw-r--r-- | captain/templates/index.gmi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/captain/templates/index.gmi b/captain/templates/index.gmi index bbcd8d2..4c4625a 100644 --- a/captain/templates/index.gmi +++ b/captain/templates/index.gmi @@ -1,14 +1,14 @@ - # {{ title }} - I'm Levitating! The Levitating Captain interface for the {{ project }} project. -=> /index.gmi Home -=> /releases.gmi Releases -=> /jobs.gmi Jobs -=> /players.gmi Players -=> /instructions.gmi Instructions -=> /about.gmi About +=> {{ session_flag }}/index.gmi Home +=> {{ session_flag }}/releases.gmi Releases +=> {{ session_flag }}/jobs.gmi Jobs +=> {{ session_flag }}/players.gmi Players +=> {{ session_flag }}/instructions.gmi Instructions +=> {{ session_flag }}/about.gmi About +=> {{ session_flag }}{{ user_link_page }} {{ user_link_text }} {{ contents }} @@ -17,4 +17,4 @@ The Levitating Captain interface for the {{ project }} project. ------------------------------------------------------------------------------- ``` -Copyright 2021 Approximatrix, LLC +Copyright 2022 Approximatrix, LLC |