Skip to content

Commit

Permalink
Add missing OpenGraph tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub committed Apr 30, 2020
1 parent 26cea0d commit 8199122
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@
"
/>
<link rel="stylesheet" href="/style.css" />
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<link rel="canonical" href="https://nopaste.ml/" />
<meta
name="description"
property="og:description"
content="NoPaste is a client-side paste service which works with no database, and no back-end code. The data is stored entirely in the links and nowhere else"
/>
<meta property="og:title" content="NoPaste - No-database paste service" />
<meta property="og:image" content="https://cdn.jsdelivr.net/gh/bokub/nopaste@images/logo.png" />
<meta property="og:url" content="https://nopaste.ml/" />
<meta property="og:type" content="website" />
</head>
<body class="m-0">
<script>
Expand Down Expand Up @@ -67,7 +69,7 @@
<div id="controls" class="container-fluid shadow-bottom hide-readonly">
<div class="row align-items-center justify-content-end my-1">
<div class="col-auto mb-1">
<h1 class="title my-0">{ NoPaste }</h1>
<h1 class="my-0"><span>{</span> NoPaste <span>}</span></h1>
</div>
<div class="col-auto">
<a href="https://github.com/bokub/nopaste" rel="noopener" target="_blank" class="mx-1">
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ a:active {
height: 100%;
font-family: JetBrainsMono, sans-serif;
}
.title {
h1 {
font: normal 24px JetBrainsMono, sans-serif;
white-space: nowrap;
}
Expand Down

0 comments on commit 8199122

Please sign in to comment.