Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jul 17, 2024
1 parent 9d2f2a5 commit 997bee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init/config/docusaurus.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ func makeGenerated(config *Config, output string) error {
date := strings.ToUpper(time.Now().UTC().Round(time.Second).Format("02 Jan 2006 15:04 UTC"))
// Create a footer file that can be imported.
return writeDocusaurus(output, "footer", `<font color="gray" style={{'float': 'right', 'font-style': 'italic'}}>`+
"This page was [generated automatically](https://github.com/Unpackerr/unpackerr/tree/main/init/config), "+date+"</font>\n")
"This page was [generated automatically](https://github.com/Unpackerr/unpackerr/tree/main/init/config), "+
date+"</font>\n")
}

func (h *Header) makeDocs(prefix string, section section) string {
Expand Down

0 comments on commit 997bee6

Please sign in to comment.