From 099c02c5efe290d9166f7c7b5b18da28d0066dab Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Mon, 17 Jul 2023 11:34:05 +0300 Subject: [PATCH] add embed back troll --- src/main.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index e702fe9..87612a3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -181,7 +181,10 @@ fn render_page(art: &Art, image_link: &str) -> Html { (maud::DOCTYPE) head { meta charset="utf8"; - title { "random limbussy art" } + meta property="og:title" content="random pm art here!!"; + meta property="og:description" content="click NOW to see a random PM art"; + meta name="theme-color" content="#bd0000"; + title { "random pm art" } } body style=(body_style) { img style=(img_style) src=(image_link);