Skip to content

Commit 981dd27

Browse files
Merge pull request #194 from ricardozanini/update-favicon2
Update favicon in every page
2 parents 98e6e96 + 415150e commit 981dd27

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

community.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
2323
<meta property="og:type" content="website">
2424
<title>Serverless Workflow Community</title>
25-
<link rel="icon" type="image/png" href="img/sw-logo-header.png">
25+
<link rel="icon" type="image/x-icon" href="img/favicon.ico?v=2">
2626
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
2727
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
2828
<link rel="stylesheet"

editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<head>
2020
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
2121
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
22-
<link rel="icon" type="image/png" href="img/sw-logo-header.png">
22+
<link rel="icon" type="image/x-icon" href="img/favicon.ico?v=2">
2323
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
2424
<link rel="stylesheet" href="css/main.css">
2525
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,400;1,700&display=swap" rel="stylesheet">

img/sw-logo-header.png

-136 KB
Binary file not shown.

index_old.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<head>
2020
<meta charset="utf-8">
2121
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
22-
<link rel="icon" type="image/png" href="img/sw-logo-header.png">
22+
<link rel="icon" type="image/x-icon" href="img/favicon.ico?v=2">
2323
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
2424
<link rel="stylesheet" href="css/sws.css">
2525
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,400;1,700&display=swap" rel="stylesheet">

poster/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<head>
2020
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
2121
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
22-
<link rel="icon" type="image/png" href="../img/sw-logo-header.png">
22+
<link rel="icon" type="image/x-icon" href="../img/favicon.ico?v=2">
2323
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
2424
<link rel="stylesheet" href="../css/sws.css">
2525
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,400;1,700&display=swap" rel="stylesheet">

0 commit comments

Comments
 (0)