From fae4fd8d43202661a9064e5be5ea7efd061b5cb3 Mon Sep 17 00:00:00 2001 From: Anthony Kinsey Date: Fri, 10 Jan 2025 20:27:38 -1000 Subject: [PATCH] fix(title): use bitcoin forum as title --- config/runtime.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index 7ebb2cd4..7d023034 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -84,7 +84,7 @@ config :epochtalk_server, :frontend_config, %{ ga_key: System.get_env("GA_KEY", "UA-XXXXX-Y"), revision: nil, website: %{ - title: System.get_env("WEBSITE_TITLE", "Epochtalk Forums"), + title: System.get_env("WEBSITE_TITLE", "Bitcoin Forum"), description: System.get_env("WEBSITE_DESCRIPTION", "Open source forum software"), keywords: System.get_env("WEBSITE_KEYWORDS", "open source, free forum, forum software, forum"),