diff --git a/assets/favicon.gif b/assets/icon.gif similarity index 100% rename from assets/favicon.gif rename to assets/icon.gif diff --git a/src/cube/cube.css b/src/cube/cube.css index 784a2d1..9563083 100644 --- a/src/cube/cube.css +++ b/src/cube/cube.css @@ -1,7 +1,7 @@ @font-face { font-family: "Bai Jamjuree"; font-weight: 700; - src: url("BaiJamjuree700.woff2") format("woff2"); + src: url("assets/BaiJamjuree700.woff2") format("woff2"); } body, @@ -105,4 +105,4 @@ a { .left { transform: rotateY(-89.99999999999999deg) translateZ(2.498em); -} +} \ No newline at end of file diff --git a/src/page.rs b/src/page.rs index eca0767..7efecf7 100644 --- a/src/page.rs +++ b/src/page.rs @@ -45,7 +45,7 @@ pub fn create(head: Markup, body: Markup) -> Markup { (pname("description", description)) (property("og:description", description)) - link rel="icon" href="icon.gif" type="image/gif"; + link rel="icon" href="assets/icon.gif" type="image/gif"; (property("og:image", "thumbnail.png")) (property("og:image:type", "image/png"))