From 76c7bd4a342d8e2b5c94758d9b5d3403869d7a62 Mon Sep 17 00:00:00 2001 From: Amogh Lele Date: Mon, 23 May 2022 09:02:39 +0530 Subject: [PATCH] feat: add meta tags for SEO and improved UX Signed-off-by: Amogh Lele --- lib/ketbin_web/templates/layout/app.html.heex | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/lib/ketbin_web/templates/layout/app.html.heex b/lib/ketbin_web/templates/layout/app.html.heex index f9aacb8..c86e32a 100644 --- a/lib/ketbin_web/templates/layout/app.html.heex +++ b/lib/ketbin_web/templates/layout/app.html.heex @@ -5,6 +5,56 @@ Katbin + Katbin + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <%= if assigns[:paste] do %> + + + + + + + + + <% else %> + + + + + + + + + <% end %> +