Skip to content

Commit

Permalink
included favicon properly in default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimheintz committed Apr 16, 2024
1 parent 94e9b6f commit 4fad9be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<link rel="stylesheet" href="{{ '/assets/css/main/csound-site.css' | relative_url }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="stylesheet" href="{{ '/assets/css/highlight/pastie.css' | relative_url }}">
<link rel="shortcut icon" href="{{ '/assets/img/favicon.png' | relative_url }}" type="image/x-icon">
</head>
<body>
{% include topbar.html %}
Expand Down

0 comments on commit 4fad9be

Please sign in to comment.