diff --git a/assets/public/editor/favicon.ico b/assets/public/editor/favicon.ico new file mode 100644 index 0000000..e5b58ab Binary files /dev/null and b/assets/public/editor/favicon.ico differ diff --git a/assets/public/index.html b/assets/public/index.html index fe01ea5..13b28b2 100644 --- a/assets/public/index.html +++ b/assets/public/index.html @@ -1,7 +1,7 @@ - NoteHub — Pastebin for One-Off Markdown Publishing + Notes diff --git a/assets/templates/form.html b/assets/templates/form.html index 3dc8af5..00adde6 100644 --- a/assets/templates/form.html +++ b/assets/templates/form.html @@ -2,7 +2,7 @@ - NoteHub — {{if .ID}}Edit{{else}}Add{{end}} note + Notes diff --git a/assets/templates/list.html b/assets/templates/list.html index 2d31064..b8974ee 100644 --- a/assets/templates/list.html +++ b/assets/templates/list.html @@ -2,7 +2,7 @@ - NoteHub List + Notes List diff --git a/assets/templates/note.html b/assets/templates/note.html index 2b8ac4e..14e7732 100644 --- a/assets/templates/note.html +++ b/assets/templates/note.html @@ -2,7 +2,7 @@ - NoteHub — {{.Title}} + Notes — {{.Title}} diff --git a/assets/templates/page.html b/assets/templates/page.html index 0d06463..ea31ec9 100644 --- a/assets/templates/page.html +++ b/assets/templates/page.html @@ -2,7 +2,7 @@ - NoteHub — {{.Title}} + Notes — {{.Title}}