Skip to content

Commit d98b349

Browse files
committed
Merge pull request #667 from dart-lang/favicon
set a favicon
2 parents e4f9d0a + 267cdde commit d98b349

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

lib/resources/favicon.png

25.2 KB
Loading

lib/src/resources.g.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
library resources;
44

55
const List<String> resource_names = const [
6+
'package:dartdoc/resources/favicon.png',
67
'package:dartdoc/resources/prettify.css',
78
'package:dartdoc/resources/prettify.js',
89
'package:dartdoc/resources/styles.css',

lib/templates/_head.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:500,400italic,300,400' rel='stylesheet' type='text/css'>
1212
<link rel="stylesheet" href="static-assets/prettify.css">
1313
<link rel="stylesheet" href="static-assets/css/bootstrap.min.css">
14+
<!-- TODO: can we remove this? -->
1415
<link rel="stylesheet" href="static-assets/css/bootstrap-theme.min.css">
1516
<link rel="stylesheet" href="static-assets/styles.css">
1617

1718
<meta name="description" content="{{ metaDescription }}">
19+
<link rel="icon" href="static-assets/favicon.png">
1820

1921
<!-- Do not remove placeholder -->
2022
<!-- Header Placeholder -->

0 commit comments

Comments
 (0)