Commit 92533e4
Add support for rel attribute on footer social links for Mastodon verification (#72)
Adds optional `rel` field to footer_social.yml entries. When set, the value
is prepended to the existing `noopener` on the anchor tag (e.g. `rel="me noopener"`).
Sets `rel: "me"` on the Mastodon entry to satisfy Mastodon profile URL verification.
Closes #71
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b139c90 commit 92533e4
2 files changed
Lines changed: 10 additions & 2 deletions
File tree
- _data
- _includes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
0 commit comments