From fbfd194941de48affaa92522ceaff97010abc1c2 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Tue, 30 Mar 2021 10:52:12 -0400 Subject: Fixed outstanding issues in template variable assignment and player content building. Removed unnecessary logging calls. --- captain/templates/index.gmi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'captain/templates') diff --git a/captain/templates/index.gmi b/captain/templates/index.gmi index 492d25d..ebc7419 100644 --- a/captain/templates/index.gmi +++ b/captain/templates/index.gmi @@ -1,7 +1,7 @@ -# {{ title }} - We're Levitating! +# {{ title }} - I'm Levitating! -The Levitating captain interface for the {{ project }} project. +The Levitating Captain interface for the {{ project }} project. => /index.gmi Home => /releases.gmi Releases @@ -9,7 +9,7 @@ The Levitating captain interface for the {{ project }} project. => /players.gmi Players => /about.gmi About -{{ content }} +{{ contents }} ``` -- cgit v1.2.3