Skip to content

Commit

Permalink
add icon and title
Browse files Browse the repository at this point in the history
  • Loading branch information
jgroenen committed Feb 16, 2024
1 parent 6a9ef6d commit 5140c53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="image_src" href="https://www.codefor.nl/img/larger_CfNL.png" />
<link rel="shortcut icon" sizes="128x128" href="https://www.codefor.nl/img/CfNL.png" />
<title>{{ site.title }}</title>
<link rel="stylesheet" href="https://www.codefor.nl/css/style.css" type="text/css" media="all">
</head>

Expand Down

0 comments on commit 5140c53

Please sign in to comment.