From e0ede8d96b342e4e8fd4655235f739cd958900e4 Mon Sep 17 00:00:00 2001 From: shockrah Date: Wed, 29 Jan 2020 23:25:18 -0800 Subject: [PATCH] defaults are coded directly into templates --- server/templates/header.tera | 18 +++++++++--------- server/templates/index.tera | 6 +++--- server/templates/navbar.tera | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/server/templates/header.tera b/server/templates/header.tera index acec72b..b5ac577 100644 --- a/server/templates/header.tera +++ b/server/templates/header.tera @@ -3,16 +3,16 @@ - - {{og_title}} - + + Freechat + - - - - - - + + + + + + diff --git a/server/templates/index.tera b/server/templates/index.tera index 3204f08..04a7393 100644 --- a/server/templates/index.tera +++ b/server/templates/index.tera @@ -5,8 +5,8 @@ {% include "navbar" %}
-

{{brand_url}}

-

{{brand_motto}}

+

freechat.io

+

Libre decentralized chat platform

@@ -27,4 +27,4 @@ -{% include "footer" %} \ No newline at end of file +{% include "footer" %} diff --git a/server/templates/navbar.tera b/server/templates/navbar.tera index 06ec992..ca49340 100644 --- a/server/templates/navbar.tera +++ b/server/templates/navbar.tera @@ -1,5 +1,5 @@ \ No newline at end of file +