M README.md => README.md +1 -1
@@ 1,4 1,4 @@
-# gobin
+# GoBin
Simple text pasting service similar to pastebin
# Installation
M templates/head.html => templates/head.html +1 -1
@@ 1,6 1,6 @@
{{ define "head" }}
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
-<title>gobin</title>
+<title>GoBin</title>
<link rel="stylesheet" href="/static/style.css" />
{{ end }}
M => +1 -1
@@ 1,6 1,6 @@
{{ define "header" }}
<header class="header">
<a href="/" class="header__logo">gobin</a>
<a href="/" class="header__logo">GoBin</a>
<nav class="header__nav">
<a href="/new" class="nav__item">New paste</a>