<head>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no"> <title>{{ site.title | append: " v" | append: site.version }}</title> <meta name="author" content="{{ site.author | append: "(" | append: site.email | append: ")" }}"> <meta name="description" content="{{ site.description }}"> <!-- favicon --> <link rel="shortcut icon" href="{{ site.baseurl }}/assets/favicon.ico"/> <!-- jQuery --> <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> <!-- highlight.js --> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.3.1/styles/arta.min.css"> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.3.1/highlight.min.js"></script> <!-- fontawesome --> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"> <link rel="stylesheet" href="{{ site.baseurl }}{{ site.assets }}/css/main.css" type="text/css">
</head>