From c782bcbef82cc86e1c6f878c5a78741d9bc24308 Mon Sep 17 00:00:00 2001 From: nytpu Date: Tue, 11 May 2021 13:14:54 -0600 Subject: add commit to footer --- core/entries.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/entries.go') diff --git a/core/entries.go b/core/entries.go index 5bbcd6c..681a10f 100644 --- a/core/entries.go +++ b/core/entries.go @@ -81,7 +81,7 @@ func genDay() string { // agplCompliance returns a string containing a footer linking to the source code func agplCompilance() string { - return TranslateString("\n\n---\n\n=> https://git.nytpu.com/comitium/about/ %s\n", "files.comitium_footer", &localizations.Replacements{"version": Version}) + return TranslateString("\n\n---\n\n=> https://git.nytpu.com/comitium/about/ %s\n", "files.comitium_footer", &localizations.Replacements{"version": Version, "commit": Commit}) } func (d *FullData) WriteSubs(dataPath string) error { -- cgit v1.2.3