bludit/bl-themes/blogx/php/head.php

22 lines
628 B
PHP
Raw Normal View History

2018-02-01 00:34:16 +01:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2019-02-01 17:59:39 +01:00
<meta name="generator" content="Bludit">
2018-02-01 00:34:16 +01:00
<!-- Dynamic title tag -->
<?php echo Theme::metaTags('title'); ?>
2018-02-01 00:34:16 +01:00
<!-- Dynamic description tag -->
<?php echo Theme::metaTags('description'); ?>
2018-02-01 00:34:16 +01:00
<!-- Include Favicon -->
2018-02-01 00:34:16 +01:00
<?php echo Theme::favicon('img/favicon.png'); ?>
<!-- Include Bootstrap CSS file bootstrap.css -->
<?php echo Theme::cssBootstrap(); ?>
2018-02-01 00:34:16 +01:00
<!-- Include CSS Styles from this theme -->
2018-02-01 00:34:16 +01:00
<?php echo Theme::css('css/style.css'); ?>
<!-- Load Bludit Plugins: Site head -->
<?php Theme::plugins('siteHead'); ?>