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">
|
2019-02-01 17:59:15 +01:00
|
|
|
<meta name="generator" content="Bludit">
|
2018-01-25 23:58:42 +01:00
|
|
|
|
|
|
|
<!-- Dynamic title tag -->
|
2018-07-13 18:30:42 +02:00
|
|
|
<?php echo Theme::metaTags('title'); ?>
|
2018-01-25 23:58:42 +01:00
|
|
|
|
|
|
|
<!-- Dynamic description tag -->
|
2018-07-13 18:30:42 +02:00
|
|
|
<?php echo Theme::metaTags('description'); ?>
|
2018-01-25 23:58:42 +01:00
|
|
|
|
2018-07-13 18:30:42 +02:00
|
|
|
<!-- Include 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-07-13 18:30:42 +02:00
|
|
|
<!-- Include Bootstrap CSS file bootstrap.css -->
|
|
|
|
<?php echo Theme::cssBootstrap(); ?>
|
2018-01-25 23:58:42 +01:00
|
|
|
|
2018-07-13 18:30:42 +02:00
|
|
|
<!-- Include CSS Styles from this theme -->
|
2018-01-28 23:33:50 +01:00
|
|
|
<?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'); ?>
|