Browse Source

fixed titles

master
Yaroslav 5 years ago
parent
commit
c96187d7a6
  1. BIN
      assets/public/editor/favicon.ico
  2. 2
      assets/public/index.html
  3. 2
      assets/templates/form.html
  4. 2
      assets/templates/list.html
  5. 2
      assets/templates/note.html
  6. 2
      assets/templates/page.html

BIN
assets/public/editor/favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

2
assets/public/index.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>NoteHub &mdash; Pastebin for One-Off Markdown Publishing</title>
<title>Notes</title>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="/style.css" rel="stylesheet" type="text/css" />

2
assets/templates/form.html

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<title>NoteHub &mdash; {{if .ID}}Edit{{else}}Add{{end}} note</title>
<title>Notes</title>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<link href="/style.css" rel="stylesheet" type="text/css" />

2
assets/templates/list.html

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<title>NoteHub List</title>
<title>Notes List</title>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="/style.css" rel="stylesheet" type="text/css"/>

2
assets/templates/note.html

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<title>NoteHub &mdash; {{.Title}}</title>
<title>Notes &mdash; {{.Title}}</title>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<link href="/style.css" rel="stylesheet" type="text/css" />

2
assets/templates/page.html

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<title>NoteHub &mdash; {{.Title}}</title>
<title>Notes &mdash; {{.Title}}</title>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<link href="/style.css" rel="stylesheet" type="text/css" />

Loading…
Cancel
Save