Skip to content

Commit

Permalink
feat: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
machnevegor authored Jul 19, 2023
1 parent 3e713e1 commit a4dfb82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<title>Egor Machnev</title>

<meta name="title" content="Egor Machnev" />
<meta name="description" content="Deno, Python, and Rust. Doofenshmirtz Evil Inc." />
<meta name="description" content="Deno, Python, and Rust 🍇 machnevegor.com" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="profile" />
<meta property="og:title" content="Egor Machnev" />
<meta property="og:description" content="Deno, Python, and Rust. Doofenshmirtz Evil Inc." />
<meta property="og:description" content="Deno, Python, and Rust 🍇 machnevegor.com" />
<meta property="og:image" content="./assets/icon.png" />
<meta property="og:site_name" content="machnevegor" />

<!-- Twitter -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:title" content="Egor Machnev" />
<meta property="twitter:description" content="Deno, Python, and Rust. Doofenshmirtz Evil Inc." />
<meta property="twitter:description" content="Deno, Python, and Rust 🍇 machnevegor.com" />
<meta property="twitter:image" content="./assets/icon.png" />
<meta property="twitter:site" content="@machnevegor" />

Expand All @@ -32,4 +32,4 @@
<script type="module" src="./main.ts"></script>
</body>

</html>
</html>

0 comments on commit a4dfb82

Please sign in to comment.