~yerinalexey/gobin

0a74cfab5ffbb7abe535ed4e22264fcd864942a3 — Alexey Yerin 2 years ago 10425c2
refactor: capitalize GoBin
3 files changed, 3 insertions(+), 3 deletions(-)

M README.md
M templates/head.html
M templates/header.html
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 templates/header.html => templates/header.html +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>