diff options
-rw-r--r-- | apioforum/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/templates/base.html b/apioforum/templates/base.html index 9c27bbc..a202300 100644 --- a/apioforum/templates/base.html +++ b/apioforum/templates/base.html @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/static/style.css"> <link rel="stylesheet" href="/static/md-colors.css"> - <link rel="icon" href="//gh0.pw/favicon.ico"> + <link rel="icon" href="//gh0.pw/i/a.ico"> </head> <body> <nav aria-label="main" id="navbar"> |