add filename to template title

This commit is contained in:
Crispy 2024-04-26 23:14:06 +02:00
parent b89934d3ac
commit 07daad708b
3 changed files with 15 additions and 12 deletions

View file

@ -4,11 +4,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TITLE HERE</title>
<title>Title - {FILENAME}</title>
</head>
<body>
CONTENT HERE
{CONTENT}
</body>
</html>