12 lines
419 B
HTML
12 lines
419 B
HTML
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
|
<!-- Enable responsiveness on mobile devices-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
|
|
|
<title>{{ site.title }}</title>
|
|
|
|
<!-- CSS -->
|
|
<link rel="stylesheet" href="{{ "public/css/style.css" | prepend: site.baseurl }}">
|
|
</head>
|