Update +page.svelte
This commit is contained in:
parent
ece1ed6bbe
commit
01865b473b
|
@ -49,8 +49,8 @@
|
|||
</script>
|
||||
|
||||
<title>Zhentao Wei's CV {getFormattedDate()}</title>
|
||||
<meta content="Zhentao Wei's Epos CV" property="og:title" />
|
||||
<meta content="This CV is made completely with html + css + js" property="og:description" />
|
||||
<meta content="Zhentao Wei's CV" property="og:title" />
|
||||
<meta content="This CV is made completely with svelte + html + css + js" property="og:description" />
|
||||
<meta content={preveiwImage} property="og:image" />
|
||||
<meta content="#bdd6ee" data-react-helmet="true" name="theme-color" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue