Add description of toot
- adds a short description to the <title> - adds a meta tag for description See #13
This commit is contained in:
parent
44ebe5fd3c
commit
555ac47080
1 changed files with 5 additions and 1 deletions
|
@ -21,7 +21,11 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>toot</title>
|
||||
<title>toot — cross-instance share page for Mastodon</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="toot allows you to share stuff on Mastodon, cross-instance. Just put in your post text and the instance URL and click ‘Toot!’"
|
||||
/>
|
||||
|
||||
<link href="/style.css" rel="stylesheet" />
|
||||
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin />
|
||||
|
|
Reference in a new issue