Added support to Rich Previews.

master
meliurwen 7 years ago
parent cd70af91f0
commit cbb09c5002
  1. BIN
      img/logo.png
  2. 19
      index.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

@ -1,13 +1,28 @@
<html> <!DOCTYPE html>
<html lang="it-IT">
<head> <head>
<!-- Basics --> <!-- Basics -->
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="robots" content="index,follow"> <meta name="robots" content="index,follow">
<title>Meliurwen's Personal Page</title> <title>Meliurwen</title>
<link rel="shortcut icon" href="favicon.ico"> <link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="css/theme.css"> <link rel="stylesheet" type="text/css" href="css/theme.css">
<!-- Links Rich Previews for social media -->
<meta property="og:title" content="Meliurwen's Personal Website">
<meta property="og:description" content="Meliurwen's personal website, blog and portfolio.">
<meta property="og:image" content="https://meliurwen.tk/img/logo.png">
<meta property="og:url" content="https://meliurwen.tk/">
<meta property="og:site_name" content="Meliurwen">
<meta property="twitter:title" content="Meliurwen's Personal Website">
<meta property="twitter:image" content="https://meliurwen.tk/img/logo.png">
<!--<meta property="twitter:site" content="@twitterAccountHere">-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="Meliurwen's personal website, blog and portfolio.">
<script type="text/javascript" src="js/typewriter-bundle.min.js"></script> <script type="text/javascript" src="js/typewriter-bundle.min.js"></script>
</head> </head>

Loading…
Cancel
Save