feat: CTAO-branded CMS sign-in (logo_url plaque asset), EN editor title
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user