Skip to content

Commit 9d1e45f

Browse files
committed
add basic favicon
Nothing fancy, just the text "go/" in the Inter font semi-bold. Fixes #20
1 parent bb3e973 commit 9d1e45f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

static/favicon.png

1.84 KB
Loading

static/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

tmpl/base.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<link rel="stylesheet" href="/.static/base.css">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="search" type="application/opensearchdescription+xml" title="searchTitle" href="/.opensearch" />
8+
<link rel="icon" href="/.static/favicon.png">
9+
<link rel="icon" href="/.static/favicon.svg">
810
</head>
911
<body class="flex flex-col min-h-screen">
1012
<div class="bg-gray-100 border-b border-gray-200 pt-4 pb-2 mb-6">

0 commit comments

Comments
 (0)