Commit e124e66
Add fediverse:creator meta tag for link preview attribution (#5445)
Emit <meta name="fediverse:creator"> when author.fediverse is set,
enabling "by @user@instance" attribution on Mastodon, Pixelfed,
Flipboard, and other fediverse platforms. Follows the same pattern
as the existing twitter:creator support.
The value is read from the resolved author object, so it works with
both site.author in _config.yml and per-page overrides via
_data/authors.yml.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 2fdf34a commit e124e66
File tree
4 files changed
+19
-0
lines changed- _includes
- docs/_docs
4 files changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
801 | 813 | | |
802 | 814 | | |
803 | 815 | | |
| |||
916 | 928 | | |
917 | 929 | | |
918 | 930 | | |
| 931 | + | |
919 | 932 | | |
920 | 933 | | |
921 | 934 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments