Skip to content

Commit

Permalink
feat: Add problematic OpenGraph fediverse:creator proposal and better…
Browse files Browse the repository at this point in the history
… rel=author proposals

refs: mastodon/mastodon#30398
  • Loading branch information
3b0b committed Sep 8, 2024
1 parent d478e8f commit fd4f09a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--Tentative support for problematic Mastodon proposed opengraph tag-->
<meta name="fediverse:creator" content="[email protected]" />
<!--Tentative support for proposed improvements on Mastodon proposed opengraph tag-->
<link rel="author" type="application/jrd+json" href="acct:[email protected]" />
<link rel="author" type="application/activity+json" href="https://bw3.dev" />
<link rel="stylesheet" href="{{ BASE_URL }}/static/css/main.css?v={{ CSS_HASH }}">
<link rel="alternate" title="{{ local_actor.display_name}}'s microblog" type="application/json" href="{{ url_for("json_feed") }}" />
<link rel="alternate" href="{{ url_for("rss_feed") }}" type="application/rss+xml" title="{{ local_actor.display_name}}'s microblog">
Expand Down

0 comments on commit fd4f09a

Please sign in to comment.