diff options
| author | Fuwn <[email protected]> | 2023-07-24 22:46:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-07-24 22:46:57 -0700 |
| commit | c43baf6f9ee49f0484ced871f6dd87d03b42a91c (patch) | |
| tree | 3261383279c1ff248f41a3a0f88bcf092d2ba186 /src | |
| parent | feat: initial build (diff) | |
| download | old.due.moe-c43baf6f9ee49f0484ced871f6dd87d03b42a91c.tar.xz old.due.moe-c43baf6f9ee49f0484ced871f6dd87d03b42a91c.zip | |
fix(html): replace icon
Diffstat (limited to 'src')
| -rw-r--r-- | src/due/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/due/html.py b/src/due/html.py index 8d427b1..d02fda3 100644 --- a/src/due/html.py +++ b/src/due/html.py @@ -143,7 +143,7 @@ def page(main_content, footer): <link rel="stylesheet" type="text/css" href="https://skybox.sh/css/palettes/base16-light.css"> <link rel="stylesheet" type="text/css" href="https://skybox.sh/css/risotto.css"> <!-- <link rel="stylesheet" type="text/css" href="https://skybox.sh/css/custom.css"> --> - <link rel="icon" type="image/png" href="https://ps.fuwn.me/-wLj4vfbxrc/favicon.png"> + <link rel="shortcut icon" type="image/x-icon" href="https://ps.fuwn.me/-tePaWtKW2y/angry-miku-nakano.ico"> </head> <body> |