From fd2667cb9f6fe15c1770b82372007524aadb1cf0 Mon Sep 17 00:00:00 2001 From: nytpu Date: Mon, 19 Apr 2021 10:16:20 -0600 Subject: move Version and Commit to core --- core/entries.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'core/entries.go') diff --git a/core/entries.go b/core/entries.go index b1b5c05..f0b0046 100644 --- a/core/entries.go +++ b/core/entries.go @@ -156,12 +156,14 @@ func (d *FullData) WriteFeed(dataPath string) error { } } - rawPage += ` + rawPage += fmt.Sprintf(` --- => https://git.nytpu.com/comitium/about/ aggregated using comitium -` +`, + Version, + ) err := ioutil.WriteFile(path, []byte(rawPage), 0666) if err != nil { -- cgit v1.2.3