From 38cd4bb65b9c20267b0156d235f0c94297969865 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 15 Jan 2025 21:38:57 -0500 Subject: [PATCH] chore: update meta tags --- lib/ash_hq_web/templates/layout/root.html.heex | 15 +++++++++++++++ lib/ash_hq_web/views/app_view_live.ex | 5 +---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/lib/ash_hq_web/templates/layout/root.html.heex b/lib/ash_hq_web/templates/layout/root.html.heex index 0a5e2cb..9ac6d67 100644 --- a/lib/ash_hq_web/templates/layout/root.html.heex +++ b/lib/ash_hq_web/templates/layout/root.html.heex @@ -12,6 +12,21 @@ <% end %> + + + + + + + + + + + + <%= if @live_action not in [:docs_dsl, :blog, :forum] do %> + + + <% end %> diff --git a/lib/ash_hq_web/views/app_view_live.ex b/lib/ash_hq_web/views/app_view_live.ex index 029ea85..c5db85b 100644 --- a/lib/ash_hq_web/views/app_view_live.ex +++ b/lib/ash_hq_web/views/app_view_live.ex @@ -29,10 +29,7 @@ defmodule AshHqWeb.AppViewLive do <%= if @live_action not in [:docs_dsl, :blog, :forum] do %> - + <% end %> <.live_component