Skip to content

Commit 050f9d1

Browse files
committed
new attempt to fix favicon
1 parent 86bd741 commit 050f9d1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@
66
<title>Security Commits</title>
77
<meta name="description" content="A convention and set of best practices for security commit messages." />
88
<meta name="author" content="Sofia Reis" />
9-
<link rel="icon" href="/favicon.ico" />
9+
<link rel="icon" href="https://raw.githubusercontent.com/security-commits/security-commits.github.io/refs/heads/main/public/favicon.ico" />
1010

1111
<meta property="og:title" content="Security Commits" />
1212
<meta property="og:description" content="A convention and set of best practices for security commit messages." />
1313
<meta property="og:type" content="website" />
1414
<meta property="og:image" content="" />
1515

16-
<meta name="twitter:card" content="summary_large_image" />
17-
<meta name="twitter:site" content="" />
18-
<meta name="twitter:image" content="" />
1916
</head>
2017

2118
<body>

0 commit comments

Comments
 (0)