diff options
| -rw-r--r-- | layouts/partials/custom_head.html | 1 | ||||
| -rw-r--r-- | static/favicon.png | bin | 1092 -> 0 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html index ba9276e..051d3d9 100644 --- a/layouts/partials/custom_head.html +++ b/layouts/partials/custom_head.html @@ -18,3 +18,4 @@ rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" /> +<link rel="shortcut icon" href="/favicon.ico" /> diff --git a/static/favicon.png b/static/favicon.png Binary files differdeleted file mode 100644 index e5ba3d8..0000000 --- a/static/favicon.png +++ /dev/null |
