Skip to content

Commit 27d7610

Browse files
Added Favicon
1 parent 2076937 commit 27d7610

File tree

8 files changed

+18
-0
lines changed

8 files changed

+18
-0
lines changed

dist/blog-post.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

10+
<!-- Favicon -->
11+
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon.png">
12+
1013
<!-- Fonts -->
1114
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:400,700,200">
1215
<link rel="stylesheet" type="text/css" href="bower_components/font-awesome/css/font-awesome.min.css">

dist/blog.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

10+
<!-- Favicon -->
11+
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon.png">
12+
1013
<!-- Fonts -->
1114
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:400,700,200">
1215
<link rel="stylesheet" type="text/css" href="bower_components/font-awesome/css/font-awesome.min.css">

dist/img/favicon.png

7.73 KB
Loading

dist/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

10+
<!-- Favicon -->
11+
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon.png">
12+
1013
<!-- Fonts -->
1114
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:400,700,200">
1215
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans">

src/blog-post.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

10+
<!-- Favicon -->
11+
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon.png">
12+
1013
<!-- Fonts -->
1114
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:400,700,200">
1215
<link rel="stylesheet" type="text/css" href="bower_components/font-awesome/css/font-awesome.min.css">

src/blog.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

10+
<!-- Favicon -->
11+
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon.png">
12+
1013
<!-- Fonts -->
1114
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:400,700,200">
1215
<link rel="stylesheet" type="text/css" href="bower_components/font-awesome/css/font-awesome.min.css">

src/img/favicon.png

7.73 KB
Loading

src/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

10+
<!-- Favicon -->
11+
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon.png">
12+
1013
<!-- Fonts -->
1114
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:400,700,200">
1215
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans">

0 commit comments

Comments
 (0)