Added description meta tag
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
<!-- Required meta tags -->
|
<!-- Required meta tags -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||||||
|
<meta name="description" content="<?php echo htmlentities(DESC); ?>">
|
||||||
<link rel="stylesheet" href="./css/darkmode.css" />
|
<link rel="stylesheet" href="./css/darkmode.css" />
|
||||||
<link rel="stylesheet" href="./css/style.css" />
|
<link rel="stylesheet" href="./css/style.css" />
|
||||||
<!-- Bootstrap CSS -->
|
<!-- Bootstrap CSS -->
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
define('PAGE_TITLE', 'Home');
|
define('PAGE_TITLE', 'Home');
|
||||||
define('ACTIVE_MENUITEM', 'home');
|
define('ACTIVE_MENUITEM', 'home');
|
||||||
|
define('DESC', 'Welcome to Pfostendynamics! Here you can find all our wonderful projects, from bobbycars to helicopters! "Change you idea of what idiots can do');
|
||||||
|
|
||||||
require('includes/header.php');
|
require('includes/header.php');
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user