add additionnalCss

This commit is contained in:
isUnknown 2025-02-18 10:16:52 +01:00
parent 08c2f57d6e
commit b4217f80d4
21 changed files with 7151 additions and 2 deletions

View file

@ -30,6 +30,7 @@ $entryTopPos ??= 20;
<meta name="robots" content="noindex, nofollow, noarchive">
<?php if ($page->template() == 'linear' || $page->template() == 'grid'): ?>
<!-- SCHEMA -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
@ -63,6 +64,14 @@ $entryTopPos ??= 20;
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="actuel-inactuel" />
<link rel="manifest" href="/site.webmanifest" />
<?php if ($page->additionnalCss()->isNotEmpty()): ?>
<!-- CUSTOM CSS -->
<style>
<?= $page->additionnalCss() ?>
</style>
<?php endif ?>
</head>
<body