Add a favicon.
This commit is contained in:
parent
06f17f7b93
commit
c900caaf1c
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
|
@ -20,6 +20,7 @@ impl Copy {
|
|||
}
|
||||
|
||||
let dirs_to_copy = vec![
|
||||
(source_dir.join("assets"), &public_dir),
|
||||
(source_dir.join("js"), &public_dir),
|
||||
(build_dir.join("userstyles"), &public_dir),
|
||||
];
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ page_title }}</title>
|
||||
<link rel="shortcut icon" href="/assets/favicon.jpg" type="image/jpeg">
|
||||
<link rel="stylesheet" href="/css/modern-normalize.css">
|
||||
{% block head %}{% endblock %}
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue