9 lines
400 B
HTML
9 lines
400 B
HTML
<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,700|PT+Serif&subset=latin-ext"" rel="stylesheet">
|
|
</head> |