diff options
author | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-08-26 15:45:51 +0530 |
---|---|---|
committer | Arnav Bhatt <arnavbhatt288@gmail.com> | 2022-08-26 15:45:51 +0530 |
commit | 05b7c07552dfadc6b1a7b5a1b2070127eb13341b (patch) | |
tree | 4646f2aee8301ffb9157a6c2ec8db26402a791db /templates/header.html | |
parent | 88c17b002a517be3d10cf9ae16820170ab850ae4 (diff) |
layout change
Diffstat (limited to 'templates/header.html')
-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 57874f9..7533574 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>$TITLE</title> +<title>Ghativega</title> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> <link rel="stylesheet" type="text/css" href="style.css"> <style> |