diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2022-04-27 12:48:26 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2022-04-27 12:48:26 -0400 |
commit | 6ae21577802462f38d98dd0e5415166008b1b13f (patch) | |
tree | 8d8606f15fe24af885b67d0cf30279c64bcd9e3e /captain/templates/index.html | |
parent | e5a2850b6bb9887b241316be24b3f7047cef6ea3 (diff) | |
download | levitating-6ae21577802462f38d98dd0e5415166008b1b13f.tar.gz levitating-6ae21577802462f38d98dd0e5415166008b1b13f.zip |
Started work on user-facing user stuff for web interface.
Diffstat (limited to 'captain/templates/index.html')
-rw-r--r-- | captain/templates/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/captain/templates/index.html b/captain/templates/index.html index fc4de13..9f7b0ec 100644 --- a/captain/templates/index.html +++ b/captain/templates/index.html @@ -18,6 +18,7 @@ <li><a href="{{ base_url }}/instructions.html">Instructions</a></li> <li><a href="{{ base_url }}/groups.html">Groups</a></li> <li><a href="{{ base_url }}/about.html">About</a></li> + <li><a href="{{ base_url }}/{{ user_link_page }}.html">{{ user_link_text }}</a></li> </ul> </div> <h1 style="overflow: hidden; text-overflow: ellipsis;white-space: nowrap;">{{ title }} - I'm Levitating!</h1> @@ -30,7 +31,7 @@ </div> <div class="footing"> - <p>Copyright © 2021 Approximatrix, LLC</p> + <p>Copyright © 2022 Approximatrix, LLC</p> </div> </body> |