Skip to content

Commit cc0748e

Browse files
committed
Fix #2471: broken favicon
1 parent f917317 commit cc0748e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc-tool/resources/_layouts/main.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
<title>{{ page.title }}</title>
99

10+
<link rel="icon" type="image/png" href="{{ site.baseurl }}/images/favicon.png">
11+
1012
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
1113

1214
<link

0 commit comments

Comments
 (0)