Permet d'ajouter de nouveaux articles

This commit is contained in:
2022-12-06 09:00:55 +01:00
parent 8118cfe188
commit d0343eb5a9
12 changed files with 146 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?= $viewsArgs['title'] ?? 'Is it a blog?' ?></title>
<title><?= $title ?? 'Is it a blog?' ?></title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
</head>
<body>