move Version and Commit to core
This commit is contained in:
+4
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user