Skip to content

Commit 8c97fb5

Browse files
committed
Merge branch 'release/1.3.1'
2 parents e7e2a0a + 65a11dc commit 8c97fb5

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

_data/links.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ github:
22
title: GitHub
33
label: Link to my GitHub profile
44
url: https://github.com/mcwarman
5-
fa-icon: fa-github
5+
fa-icon: fa-github
6+
linkedin:
7+
title: LinkedIn
8+
label: Link to my LinkedIn profile
9+
url: https://www.linkedin.com/in/matthewwarman/
10+
fa-icon: fa-linkedin

favicon.ico

1.12 KB
Binary file not shown.

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<![endif]-->
2020
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css" />
2121
<link href="css/main.css" rel="stylesheet" type="text/css" />
22+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
23+
<link rel="icon" href="/favicon.ico" type="image/x-icon">
2224
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
2325
</head>
2426
<body>

0 commit comments

Comments
 (0)