diff options
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> |