diff options
Diffstat (limited to 'api/handlers/html.go')
| -rw-r--r-- | api/handlers/html.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/api/handlers/html.go b/api/handlers/html.go index 1ea166f..88407bf 100644 --- a/api/handlers/html.go +++ b/api/handlers/html.go @@ -3,8 +3,8 @@ package handlers import ( "net/http" - "git.leonardobishop.net/history/pkg/entries" - "git.leonardobishop.net/history/pkg/html" + "git.leonardobishop.net/stash/pkg/entries" + "git.leonardobishop.net/stash/pkg/html" ) const style = `<style> @@ -70,7 +70,7 @@ func GetEntriesHtml(entriesService entries.Service, htmlService html.Service) ht html = `<!DOCTYPE html> <html> <head> -<title>History</title> +<title>stash</title> ` + style + ` </head> <body>` + html + `</body> |
