summaryrefslogtreecommitdiff
path: root/core/entries.go
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-05-11 13:14:54 -0600
committernytpu <alex@nytpu.com>2021-05-11 13:14:54 -0600
commitc782bcbef82cc86e1c6f878c5a78741d9bc24308 (patch)
tree255789651c9d1e700624493b30242f5b9cb1f54e /core/entries.go
parent39bcda2975a809212e501f7752a97dbcf3453ed5 (diff)
add commit to footer
Diffstat (limited to 'core/entries.go')
-rw-r--r--core/entries.go2
1 files changed, 1 insertions, 1 deletions
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 {