feat: CTAO-branded CMS sign-in (logo_url plaque asset), EN editor title

This commit is contained in:
ctao
2026-07-24 22:19:40 +02:00
parent 7c949bbb3c
commit 009a6ae52a
3 changed files with 134 additions and 4 deletions
+4 -3
View File
@@ -1,14 +1,15 @@
---
// Editor entry point (/admin). Sveltia CMS loads its config from ./config.yml
// (served statically from public/admin/config.yml). The external bundle is kept
// inline so Astro doesn't try to process/bundle it.
// inline so Astro doesn't try to process/bundle it. CTAO branding on the sign-in
// screen comes from the officially supported `logo_url` config option.
---
<!doctype html>
<html lang="pl">
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>CTAO — Edytor treści</title>
<title>CTAO — Content Editor</title>
</head>
<body>
<script is:inline src="https://unpkg.com/@sveltia/cms/dist/sveltia-cms.js"></script>