First Version Ready for Beta
This commit is contained in:
26
php/head.php
Normal file
26
php/head.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?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'); ?>
|
||||
Reference in New Issue
Block a user