mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-06 00:56:58 +00:00
feat: analytics
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<link rel="icon" type="image/png" href="/pfp.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Sr Izan's front page for the web:tm:</title>
|
||||
<script async src="https://analytics.srizan.dev/script.js" data-website-id="54ccb44c-b03c-4790-8262-3e1a82241a24"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
@@ -7,7 +7,7 @@ export function BlogNavBar(props: Props) {
|
||||
<img src="https://github.com/SrIzan10.png" alt="main profile picture" height="50vh" />
|
||||
<p>{props.title || 'Sr Izan\'s blog'}</p>
|
||||
</div>
|
||||
<a href={'/'} className="backHomeLink">Go back home</a>
|
||||
<a href={props.title ? '/blog' : '/'} className="backHomeLink">Go back {props.title ? 'to posts' : 'home'}</a>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user