diff --git a/controllers/DocumentController.go b/controllers/DocumentController.go index 4483ddca..1676a4bb 100644 --- a/controllers/DocumentController.go +++ b/controllers/DocumentController.go @@ -206,7 +206,7 @@ func (c *DocumentController) Read() { data.DocIdentify = doc.Identify data.DocTitle = doc.DocumentName data.Body = doc.Release - data.Title = doc.DocumentName + " - Powered by MinDoc" + data.Title = doc.DocumentName + " - Powered by SSHotRiver" data.Version = doc.Version data.ViewCount = doc.ViewCount data.MarkdownTheme = doc.MarkdownTheme diff --git a/views/account/auth2_callback.tpl b/views/account/auth2_callback.tpl index 3d10c094..d7cc4d24 100644 --- a/views/account/auth2_callback.tpl +++ b/views/account/auth2_callback.tpl @@ -7,7 +7,7 @@ -