dynamic site title
All checks were successful
Deploy / Deploy to Production (push) Successful in 2s

This commit is contained in:
isUnknown 2026-05-14 19:35:16 +02:00
parent a546a37c5a
commit 5483db626e

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hic et nunc Studio</title> <title><?= $site-title() ?></title>
<link rel="stylesheet" href="/assets/css/style.css"> <link rel="stylesheet" href="/assets/css/style.css">
<meta name="robots" content="noindex,nofollow"> <meta name="robots" content="noindex,nofollow">
</head> </head>