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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user