qdouze-bludit-theme/php/head.php
Kazhnuz 5234ef75d1
All checks were successful
continuous-integration/drone Build is passing
feat: ajout metadonnees opengraph
2024-11-28 11:04:11 +01:00

23 lines
718 B
PHP
Executable file

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="generator" content="Bludit">
<!-- Dynamic title tag -->
<?php echo Theme::metaTags('title'); ?>
<!-- Dynamic description tag -->
<?php echo Theme::metaTags('description'); ?>
<!-- Diverse meta tags -->
<?php include(THEME_DIR_PHP.'meta.php'); ?>
<!-- Include Favicon -->
<?php echo Theme::favicon('img/favicon.png'); ?>
<!-- Include CSS Styles from this theme -->
<?php echo Theme::css('css/style.css'); ?>
<!-- Load Bludit Plugins: Site head -->
<?php Theme::plugins('siteHead'); ?>
<link rel="alternate" type="application/rss+xml" title="Flux RSS de Quarante-Douze" href="/rss.xml" />