diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.html b/templates/header.html index bae7487..57874f9 100644 --- a/templates/header.html +++ b/templates/header.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta property="og:title" content="$TITLE"> <meta property="og:description" content="$DESCRIPTION"> -<title>Ghativega - Homepage</title> +<title>$TITLE</title> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> <link rel="stylesheet" type="text/css" href="style.css"> <style> |