mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-07 11:15:38 -06:00
minify plugin
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
<meta charset="UTF-8"><!--[if IE]><![endif]-->
|
||||
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
|
||||
<title>{{ site.title }}</title>
|
||||
<link rel="shortcut icon" href="{{site.logo}}" hreflang="en-us">
|
||||
|
||||
<meta property="og:title" content="{{site.title}}" />
|
||||
<meta property="og:description" content="{{site.description}}" />
|
||||
<meta property="og:type" content="website" />
|
||||
@@ -15,15 +13,12 @@
|
||||
<meta property="og:image:height" content="800" />
|
||||
<meta property="og:image:type" content="image/jpg" />
|
||||
<meta property="og:locale" content="en_US">
|
||||
|
||||
<meta name="description" content="{{site.description}}">
|
||||
<meta name="keywords" content="design, development, web, bchiang7, brittany, chiang, javascript, northeastern">
|
||||
<meta name="google-site-verification" content="DCl7VAf9tcz6eD9gb67NfkNnJ1PKRNcg8qQiwpbx9Lk" />
|
||||
|
||||
<meta itemprop="name" content="{{site.title}}">
|
||||
<meta itemprop="description" content="{{site.description}}">
|
||||
<meta itemprop="image" content="{{site.cover}}">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:url" content="{{site.url}}">
|
||||
<meta name="twitter:site" content="@bchiang7">
|
||||
@@ -33,5 +28,3 @@
|
||||
<meta name="twitter:image:src" content="{{site.cover}}">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css" hreflang="en-us">
|
||||
|
||||
|
||||
|
||||
@@ -10,13 +10,11 @@
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div id="toggle" class="container">
|
||||
<span class="line top"></span>
|
||||
<span class="line middle"></span>
|
||||
<span class="line bottom"></span>
|
||||
</div>
|
||||
|
||||
<div id="overlay" class="overlay">
|
||||
<div class="logo"><img class="logo-img" src="img/logo-white.png" alt=""><span>Brittany Chiang</span></div>
|
||||
<nav class="overlay-menu">
|
||||
|
||||
Reference in New Issue
Block a user