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:
@@ -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'>
|
||||
|
Reference in New Issue
Block a user