Skip to content

Commit

Permalink
Remove Twitter attributes that aren't being used by e.g. Slack
Browse files Browse the repository at this point in the history
  • Loading branch information
jegtnes committed Feb 14, 2025
1 parent 6bc8722 commit c4ff651
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/_data/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"availability": true,
"availabilityString": "March 2025",
"baseUrl": "https://jegtnes.com",
"siteName": "Alex Jegtnes",
"twitter": "@jegtnes"
"siteName": "Alex Jegtnes"
}
2 changes: 0 additions & 2 deletions src/_layouts/global.njk
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
desc=description or excerpt,
url=global.baseUrl + page.url,
img=global.baseUrl + "/card.png",
twitter_card_type="summary",
twitter_handle="jegtnes",
name="Alex Jegtnes",
locale="en_GB",
generator=eleventy.generator,
Expand Down

0 comments on commit c4ff651

Please sign in to comment.