mirror of
https://github.com/nicoverbruggen/ebook-fonts-showcase.git
synced 2026-03-21 20:40:10 +01:00
Load additional tags
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
repos/ebook-fonts
|
||||
.env
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user