Skip to content

Commit e6a695b

Browse files
Merge pull request #33 from NullHypothesis/update-imgs
Update favicons.
2 parents 762ad77 + 99074a5 commit e6a695b

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

assets/favicon-128.png

12.2 KB
Loading

assets/favicon-180.png

15.1 KB
Loading

assets/favicon-192.png

25.6 KB
Loading

assets/favicon-32.png

3.48 KB
Loading

src/header.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ const headerTemplate = `
1414
<head>
1515
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1616
<title>The Internet censorship bibliography</title>
17-
<link rel="icon" type="image/svg+xml" href="favicon.svg">
17+
<link rel="icon" href="assets/favicon-32.png" sizes="32x32">
18+
<link rel="icon" href="assets/favicon-128.png" sizes="128x128">
19+
<link rel="icon" href="assets/favicon-180.png" sizes="180x180">
20+
<link rel="icon" href="assets/favicon-192.png" sizes="192x192">
1821
<style>
1922
body {
2023
font-family: Roboto,Helvetica,sans-serif;

0 commit comments

Comments
 (0)