From 170b449da4d333914d1ab0aa0d7b5e5d9ad26bdb Mon Sep 17 00:00:00 2001 From: osmarks Date: Thu, 24 Oct 2024 10:11:28 +0100 Subject: [PATCH] Fix MOTDs --- viewutil/viewutil.go | 1 + 1 file changed, 1 insertion(+) diff --git a/viewutil/viewutil.go b/viewutil/viewutil.go index 4e0b63d..9e36c25 100644 --- a/viewutil/viewutil.go +++ b/viewutil/viewutil.go @@ -107,6 +107,7 @@ func (bd *BaseData) withBaseValues(meta Meta, headerLinks []HeaderLink, commonSc bd.Meta = meta bd.HeaderLinks = headerLinks bd.CommonScripts = commonScripts + bd.Motd = util.GetMotd() } // Base is a temporary wrapper around BaseEn and BaseRu, meant to facilitate the migration from qtpl.