2018-01-25 23:58:42 +01:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<meta name="author" content="Bludit CMS">
|
|
|
|
|
|
|
|
<!-- Dynamic title tag -->
|
2018-01-28 23:33:50 +01:00
|
|
|
<?php echo Theme::headTitle(); ?>
|
2018-01-25 23:58:42 +01:00
|
|
|
|
|
|
|
<!-- Dynamic description tag -->
|
2018-01-28 23:33:50 +01:00
|
|
|
<?php echo Theme::headDescription(); ?>
|
2018-01-25 23:58:42 +01:00
|
|
|
|
|
|
|
<!-- Favicon -->
|
2018-01-28 23:33:50 +01:00
|
|
|
<?php echo Theme::favicon('img/favicon.png'); ?>
|
2018-01-25 23:58:42 +01:00
|
|
|
|
2018-01-28 23:33:50 +01:00
|
|
|
<!-- CSS: Bootstrap -->
|
|
|
|
<?php echo Theme::css('css/bootstrap.min.css'); ?>
|
2018-01-25 23:58:42 +01:00
|
|
|
|
2018-01-28 23:33:50 +01:00
|
|
|
<!-- CSS: Styles for this theme -->
|
|
|
|
<?php echo Theme::css('css/style.css'); ?>
|
2018-01-25 23:58:42 +01:00
|
|
|
|
2018-01-28 23:33:50 +01:00
|
|
|
<!-- Load Bludit Plugins: Site head -->
|
2018-02-24 22:39:39 +01:00
|
|
|
<?php Theme::plugins('siteHead'); ?>
|