Browse Source

Set description on normal pages too

Signed-off-by: falkTX <falktx@falktx.com>
pull/19/merge
falkTX 2 years ago
parent
commit
5a07915d86
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      includes/header.php

+ 1
- 0
includes/header.php View File

@@ -48,6 +48,7 @@ function isMobile() {


<title><?php echo $PAGE_TITLE; ?></title> <title><?php echo $PAGE_TITLE; ?></title>


<meta name="description" content="<?php echo $PAGE_TITLE; ?>" />
<meta name="theme-color" content="#111111"> <meta name="theme-color" content="#111111">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">




Loading…
Cancel
Save