Bludit Theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
665 B

<?php
/**
* GrayMatter Theme for Bludit
* Design was copied from a Flatpress Theme by Marc Thibeault
*
* Author: Rick Hays
* Date: 2022-12-12
*
*/
?>
<meta charSet="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Rick Hays - rhays@haysgang.com">
<?php echo Theme::metaTags('title'); ?>
<?php echo Theme::metaTags('description'); ?>
<?php echo Theme::favicon('img/favicon.png'); ?>
<!-- Bootstrap -->
<?php echo Theme::cssBootstrap(); ?>
<!-- Theme CSS -->
<?php echo Theme::css('css/gray-matter.css') ?>
<?php Theme::plugins('siteHead'); ?>