Start adding delicious content

This commit is contained in:
2017-11-14 22:49:46 -08:00
parent 2eabc92a5e
commit e0ece570e6
10 changed files with 67 additions and 2 deletions

9
_includes/head.html Normal file
View File

@ -0,0 +1,9 @@
<head>
<meta charset=utf-8 />
<title> {% if page.title %} {{ page.title }} | {% endif %} Andrew Cassidy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/style.css" />
<link href="https://fonts.googleapis.com/css?family=Barlow+Condensed:600|Barlow:400,600|PT+Serif&amp;subset=latin-ext" rel="stylesheet">
</head>