1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-12 08:04:05 +02:00

Default theme updates

This commit is contained in:
Awilum
2018-03-21 02:12:22 +03:00
parent 14cbeea4dc
commit 244844021d

View File

@@ -1,15 +1,13 @@
<!doctype html>
<html lang="en">
<html lang="<?php echo Flextype\Config::get('site.locale'); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="description" content="<?php echo Flextype\Config::get('site.description'); ?>">
<meta name="author" content="">
<?php Flextype\Events::dispatch('onThemeMeta'); ?>
<link rel="shortcut icon" href="<?php echo Url::getBase(); ?>/favicon.ico">
<title><?php echo $page['title']; ?> | <?php echo Flextype\Config::get('site.title'); ?></title>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700' rel='stylesheet' type='text/css'>