diff options
| author | ache <ache@ache.one> | 2024-11-09 02:17:13 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2024-11-09 02:17:22 +0100 |
| commit | 46081898a48c78ee83d04248d4f8605f2b21519c (patch) | |
| tree | f60fbfb392e55cadb1a2f92f862cf6009eaeac5c /src | |
| parent | Update robots.txt (diff) | |
Add header of mastodon
Diffstat (limited to 'src')
| -rw-r--r-- | src/templates/header.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/header.tmpl b/src/templates/header.tmpl index e92da4a..938d263 100644 --- a/src/templates/header.tmpl +++ b/src/templates/header.tmpl @@ -2,6 +2,7 @@ <meta charset="utf-8" /> <title>{{ page_title }}</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="fediverse:creator" content="@ache@mastodon.xyz"> <link rel="canonical" href="{{{ canonical }}}"/> <link href="/s/css/style.css" rel="stylesheet"/> <noscript> |