Add OpenGraph tags

master
Boris Kubiak 2020-04-30 09:57:37 +02:00
parent af22dc42f8
commit 26cea0d67f
1 changed files with 4 additions and 1 deletions

View File

@ -22,11 +22,14 @@ npm/codemirror@5.52.0/theme/dracula.min.css
/> />
<link rel="stylesheet" href="/style.css" /> <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 <meta
name="description" name="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" 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"
/> />
<link rel="canonical" href="https://nopaste.ml/" /> <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/" />
</head> </head>
<body class="m-0"> <body class="m-0">
<script> <script>