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

(refactor): removed hardcoded domain name from all pages

This commit is contained in:
2024-02-03 20:53:20 +05:30
parent 9b84a72b2d
commit bcc13caa50
9 changed files with 18 additions and 18 deletions

View File

@@ -14,7 +14,7 @@ write_dataset($conn);
<meta name="description" content="Explore my Blog Posts about the evolving Tech">
<meta property="og:title" content="<?php echo fetch_page_title($conn, "Blog");?>">
<meta property="og:description" content="Blog of Subhamoy Biswas (@neo_subhamoy) - Full-Stack Web, Android Developer and UI/UX Designer">
<meta property="og:image" content="https://neosubhamoy.com/assets/images/neosubhamoy.jpg">
<meta property="og:image" content="https://<?php echo $domain ?>/assets/images/neosubhamoy.jpg">
<title><?php echo fetch_page_title($conn, "Blog");?></title>
<?php require 'assets/_integrate.php';?>
</head>