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 -->
|
2018-07-13 18:30:42 +02:00
|
|
|
<?php echo Theme::metaTags('title'); ?>
|
2018-02-01 00:34:16 +01:00
|
|
|
|
|
|
|
<!-- Dynamic description tag -->
|
2018-07-13 18:30:42 +02:00
|
|
|
<?php echo Theme::metaTags('description'); ?>
|
2018-02-01 00:34:16 +01:00
|
|
|
|
2018-07-13 18:30:42 +02:00
|
|
|
<!-- Include Favicon -->
|
2018-02-01 00:34:16 +01:00
|
|
|
<?php echo Theme::favicon('img/favicon.png'); ?>
|
|
|
|
|
2018-07-13 18:30:42 +02:00
|
|
|
<!-- Include Bootstrap CSS file bootstrap.css -->
|
|
|
|
<?php echo Theme::cssBootstrap(); ?>
|
2018-02-01 00:34:16 +01:00
|
|
|
|
2018-07-13 18:30:42 +02: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 -->
|
2018-07-13 18:30:42 +02:00
|
|
|
<?php Theme::plugins('siteHead'); ?>
|