1
Fork 0

Add a favicon.

This commit is contained in:
Bauke 2022-03-28 14:06:33 +02:00
parent 06f17f7b93
commit c900caaf1c
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 2 additions and 0 deletions

BIN
source/assets/avatar.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

View File

@ -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),
];

View File

@ -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>