aboutsummaryrefslogtreecommitdiff
path: root/captain/templates
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-03-30 10:52:12 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2021-03-30 10:52:12 -0400
commitfbfd194941de48affaa92522ceaff97010abc1c2 (patch)
tree9be8f652bfaaeb6bc2e11134275098dec23ce92e /captain/templates
parentfde763f60465b28d33260479b64d9555abc5bcbb (diff)
downloadlevitating-fbfd194941de48affaa92522ceaff97010abc1c2.tar.gz
levitating-fbfd194941de48affaa92522ceaff97010abc1c2.zip
Fixed outstanding issues in template variable assignment and player content building. Removed unnecessary logging calls.
Diffstat (limited to 'captain/templates')
-rw-r--r--captain/templates/index.gmi6
1 files changed, 3 insertions, 3 deletions
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 }}
```