Skip to content

Commit 8ab8e60

Browse files
authored
Update favicon path in head.html
1 parent 904909a commit 8ab8e60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • mevislab.github.io/themes/MeVisLab/layouts/_partials

mevislab.github.io/themes/MeVisLab/layouts/_partials/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
include a favicon for your site if you have it, else omit the line below
1919
Location of favicon can be in mytheme/static/favicon.ico
2020
-->
21-
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
21+
<link rel='shortcut icon' type='image/x-icon' href='./favicon.ico' />
2222
<link rel="stylesheet" href="https://unpkg.com/@highlightjs/cdn-assets@11.8.0/styles/default.min.css">
2323
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.0.1/highlight.min.js"></script>
2424
<script src="https://unpkg.com/highlightjs-copy@1.0.3/dist/highlightjs-copy.min.js"></script>
@@ -28,4 +28,4 @@
2828
rel="stylesheet"
2929
href="https://unpkg.com/highlightjs-copy@1.0.3/dist/highlightjs-copy.min.css"
3030
/>
31-
</head>
31+
</head>

0 commit comments

Comments
 (0)