diff options
author | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-08-26 15:43:43 +0530 |
---|---|---|
committer | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-08-26 15:43:43 +0530 |
commit | 88c17b002a517be3d10cf9ae16820170ab850ae4 (patch) | |
tree | 1c7461603e3846deeb47e9d606f90cd877f1aa6b | |
parent | 95dcb92fe9fc08a393e6359c5f7d3dd0230ebbdc (diff) |
layout change
-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> |