Skip to content

Commit

Permalink
minor update in meta
Browse files Browse the repository at this point in the history
  • Loading branch information
htadg committed Apr 11, 2024
1 parent e478c13 commit db7c195
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ html
link(rel="stylesheet", href=require("./scss/main.scss"))
meta(name="viewport" content="width=device-width,initial-scale=1")
meta(http-equiv="X-UA-Compatible" content="IE=edge")
meta(name="description" content="Hiten Sharma is a Web Developer and Blockchain Consultant")
meta(name="keywords" content="Hiten, htadg, portfolio, blockchain, java, python, javascript, developer")
meta(name="description" content="Hiten Sharma is a Web Developer and Web3 Enthusiast")
meta(name="keywords" content="Hiten, htadg, portfolio, web3, blockchain, java, python, javascript, developer, ethereum, hyperledger")
meta(name="author" content="Hiten Sharma")
meta(content="Hiten's Portfolio" property="og:title")
meta(content="article" property="og:type")
Expand All @@ -14,13 +14,13 @@ html
meta(content="Hiten Sharma is a Python and Javascript Developer" property="og:description")
meta(content="Hiten's portfolio" name="twitter:card")
meta(content="Python & Javascript Developer" name="twitter:title")
meta(content="Hiten Sharma is a Web Developer and Blockchain Consultant" name="twitter:description")
meta(content="Hiten Sharma is a Web Developer and Web3 Enthusiast" name="twitter:description")
meta(content="http://htadg.github.io/favicon.ico" name="twitter:image")
meta(rel="apple-touch-icon" sizes="180x180" href=require("./apple-touch-icon.png"))
meta(rel="icon" type="image/png" sizes="32x32" href=require("./favicon-32x32.png"))
meta(rel="icon" type="image/png" sizes="16x16" href=require("./favicon-16x16.png"))
meta(rel="shortcut icon" type="image/ico" href=require("./favicon.ico"))
<!-- Google tag (gtag.js) -->

script(async src="https://www.googletagmanager.com/gtag/js?id=G-MMKB9DZDTF")
script.
window.dataLayer = window.dataLayer || [];
Expand Down

0 comments on commit db7c195

Please sign in to comment.