diff --git a/lib/berrypod_web/components/layouts/shop_root.html.heex b/lib/berrypod_web/components/layouts/shop_root.html.heex index 8fc6f55..0b59dc1 100644 --- a/lib/berrypod_web/components/layouts/shop_root.html.heex +++ b/lib/berrypod_web/components/layouts/shop_root.html.heex @@ -11,7 +11,9 @@ "Welcome to #{@theme_settings.site_name}" } /> - <.live_title>{assigns[:page_title] || @theme_settings.site_name} + <.live_title suffix={" · #{@theme_settings.site_name}"}> + {assigns[:page_title]} + <%= for preload <- Berrypod.Theme.Fonts.preload_links( @theme_settings.typography, diff --git a/test/berrypod_web/live/shop/cart_test.exs b/test/berrypod_web/live/shop/cart_test.exs index a8515e8..be38b18 100644 --- a/test/berrypod_web/live/shop/cart_test.exs +++ b/test/berrypod_web/live/shop/cart_test.exs @@ -112,7 +112,7 @@ defmodule BerrypodWeb.Shop.CartTest do test "page title is Cart", %{conn: conn} do {:ok, _view, html} = live(conn, ~p"/cart") - assert html =~ "