1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 19:23:02 +05:30

(feat): made page titles dynamic

This commit is contained in:
2023-11-22 23:49:21 +05:30
parent 13c8422e73
commit 5fe1a3ae5c
6 changed files with 14 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ require 'core/query_functions.php';
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Official Portfolio Website of Subhamoy Biswas - A Professional Web Designer and Developer - (Also Reknowned as @neo_subhamoy). | Know More About Him and His WorkExperince, Hire Him or Order Services and More.">
<title>@neo_subhamoy - official website</title>
<title><?php echo fetch_page_title($conn, "Home");?></title>
<?php require 'assets/_integrate.php';?>
</head>
<body class="font-lexend bg-bg_primary text-accent_secondary">