2018-09-08 18:26:20 +02:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2020-07-28 19:41:40 +02:00
|
|
|
<?php echo Theme::css('fonts/opensans/stylesheet.css'); ?>
|
2018-09-08 18:26:20 +02:00
|
|
|
<meta name="author" content="Bludit CMS">
|
2017-11-08 23:12:58 +01:00
|
|
|
|
2018-09-08 18:26:20 +02:00
|
|
|
<!-- Dynamic title tag -->
|
|
|
|
<?php echo Theme::metaTags('title'); ?>
|
2017-11-08 23:12:58 +01:00
|
|
|
|
2018-09-08 18:26:20 +02:00
|
|
|
<!-- Dynamic description tag -->
|
|
|
|
<?php echo Theme::metaTags('description'); ?>
|
2017-11-08 23:12:58 +01:00
|
|
|
|
2018-09-08 18:26:20 +02:00
|
|
|
<!-- Include Favicon -->
|
|
|
|
<?php echo Theme::favicon('img/favicon.png'); ?>
|
2017-11-08 23:12:58 +01:00
|
|
|
|
2018-09-08 18:26:20 +02:00
|
|
|
<!-- Include Bootstrap CSS file bootstrap.css -->
|
|
|
|
<?php echo Theme::cssBootstrap(); ?>
|
2017-11-08 23:12:58 +01:00
|
|
|
|
2018-09-08 18:26:20 +02:00
|
|
|
<!-- Include CSS Styles from this theme -->
|
|
|
|
<?php echo Theme::css('css/style.css'); ?>
|
|
|
|
<?php echo Theme::css('css/bludit.css'); ?>
|
2017-11-08 23:12:58 +01:00
|
|
|
|
2018-09-08 18:26:20 +02:00
|
|
|
<!-- Load Bludit Plugins: Site head -->
|
|
|
|
<?php Theme::plugins('siteHead'); ?>
|