Load additional tags

This commit is contained in:
2026-03-04 17:47:49 +01:00
parent b03f691a8f
commit f8719343b7
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
repos/ebook-fonts
.env

View File

@@ -15,6 +15,9 @@ require __DIR__ . '/web/load_fonts.php';
<link rel="icon" href="assets/showcase.svg" />
<title>eBook Fonts Showcase</title>
<link rel="stylesheet" href="assets/styles.css">
<?php if ($additionalTags = getenv('ADDITIONAL_TAGS')): ?>
<?= $additionalTags ?>
<?php endif; ?>
</head>
<body>
<div class="page">