Skip to content

Commit

Permalink
Use ASSET_PATH to serve favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Mar 21, 2024
1 parent 42254fb commit f5a22c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/themes/lab/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link href="{{ ASSET_PATH }}/css/style.css?body=1" rel="stylesheet" type="text/css" media="all"/>

<!-- icon -->
<link rel="shortcut icon" type="image/png" href="/assets/themes/lab/images/logo/favicon.ico"/>
<link rel="shortcut icon" type="image/png" href="{{ ASSET_PATH }}/images/logo/favicon.ico"/>

<!-- Custom fonts and icons via Font Awesome, http://jpswalsh.github.io/academicons/ -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.css"/>
Expand Down

0 comments on commit f5a22c8

Please sign in to comment.