feat: rename product to Screened, add PRODUCT_NAME constant to domain

This commit is contained in:
2026-05-12 15:42:24 +02:00
parent 722b09e400
commit f2e3a876dc
9 changed files with 31 additions and 26 deletions

View File

@@ -9,7 +9,7 @@
content="A personal movie diary — track what you watch, rate and review films."
/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Movies Diary" />
<meta property="og:site_name" content="Screened" />
<meta property="og:title" content="{{ ctx.page_title }}" />
<meta property="og:url" content="{{ ctx.canonical_url }}" />
<meta name="twitter:card" content="summary" />
@@ -26,7 +26,7 @@
</head>
<body>
<header>
<a href="/" class="site-title">Movies Diary</a>
<a href="/" class="site-title">Screened</a>
<nav>
<a href="/">Feed</a>
<a href="/users">Users</a>