Refactor head

This commit is contained in:
Cole Bemis 2017-04-30 01:53:50 -07:00
parent 2eb85fb548
commit 0bd43ce36c

View File

@ -1,18 +1,21 @@
--- ---
title: Feather
description: Feather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on consistency and simplicity.
--- ---
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Feather</title>
<meta name="description" content="Feather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on consistency and simplicity."> <title>{{ page.title }}</title>
<meta property="og:title" content="Feather"> <meta name="description" content="{{ page.description }}">
<meta property="og:type" content="website"> <meta property="og:title" content="{{ page.title }}">
<meta property="og:description" content="Simply beautiful open source icons"> <meta property="og:description" content="{{ page.description }}">
<meta name="twitter:card" content="summary"> <meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@colebemis">
<link rel="shortcut icon" type="image/png" href="assets/favicon.png"> <link rel="shortcut icon" type="image/png" href="assets/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Rubik:300,400" rel="stylesheet">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>