Skip to content

Commit

Permalink
config: add link rel=webmention to Header
Browse files Browse the repository at this point in the history
  • Loading branch information
manila committed Mar 18, 2024
1 parent 56106e6 commit ecd9474
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ const config = {
href: 'https://github.com/manila',
},
},
{
tagName: 'link',
attributes: {
rel: 'webmention',
href: 'https://webmention.io/manic.so/webmention',
},
}
],

markdown: {
Expand Down

0 comments on commit ecd9474

Please sign in to comment.