Skip to content

Commit

Permalink
frontend: Add favicon
Browse files Browse the repository at this point in the history
All pages across the site will now display a favicon in the browser tab.
  • Loading branch information
brainplot committed Apr 26, 2021
1 parent 2ab2b98 commit 5c3735c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added static/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions template/base.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<link rel="stylesheet" href="/static/css/whoami.css">
<link rel="icon" type="img/png" href="/static/images/favicon.png">
<title>{{template "title" .}}</title>
</head>
<body class="vh-100">
Expand Down

0 comments on commit 5c3735c

Please sign in to comment.