summaryrefslogtreecommitdiffstats
path: root/api/handlers/html.go
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.net>2025-09-11 21:44:54 +0100
committerLeonardo Bishop <me@leonardobishop.net>2025-09-11 21:44:54 +0100
commit1b7c07d9bbfb7984536a3aeade0f543251f1a666 (patch)
tree31e1ab4c3aefca8c405c2b9299e81a6a5b5da33c /api/handlers/html.go
parentc314e7d812f8d5e2a9a8114f525c3c9cbb73bf85 (diff)
Rename to stash
Diffstat (limited to 'api/handlers/html.go')
-rw-r--r--api/handlers/html.go6
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>