This commit is contained in:
asonix 2020-06-17 12:25:28 -05:00
parent 46abd6e9ba
commit 02f03ca7f9
4 changed files with 4 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1196,7 +1196,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pict-rs-proxy"
version = "0.1.6"
version = "0.1.8"
dependencies = [
"actix-rt",
"actix-web",

View File

@ -1,6 +1,6 @@
[package]
name = "pict-rs-proxy"
version = "0.1.6"
version = "0.1.8"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -1,4 +1,4 @@
@use super::statics::layout_css;
@use super::statics::{layout_css, favicon_ico};
@(head: Content, body: Content)
@ -12,6 +12,7 @@
<meta property="og:title" content="A simple image host" />
<meta property="og:description" content="Upload and share image files" />
<meta property="og:type" content="website" />
<link rel="shortcut icon" type="image/png" href="@crate::statics(&favicon_ico.name)">
@:head()
</head>
<body>