feat: rename product to Screened, add PRODUCT_NAME constant to domain
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user