Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove twitter metadata and shortlink #383

Merged
merged 1 commit into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@
to = "https://github.com/injms"
status = 302

[[redirects]]
from = "/twitter"
to = "https://twitter.com/_injms_"
status = 302

[[redirects]]
from = "/copyright"
to = "https://www.ianjamesphotography.com/copyright"
Expand Down
7 changes: 0 additions & 7 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@

<meta name="description" content="I&#39;m Ian and I wear many hats of many colours - though usually I&#39;m found wearing my front end developer trilby or my parental hard hat.">

<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@_injms_">
<meta name="twitter:creator" content="@_injms_">
<meta name="twitter:url" content="https://inj.ms">
<meta name="twitter:title" content="Ian makes things for the web.">
<meta name="twitter:description" content="I&#39;m Ian and I wear many hats of many colours - though usually I&#39;m found wearing my front end developer trilby or my parental hard hat.">

<meta property="og:url" content="https://inj.ms">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Ian makes things for the web.">
Expand Down