Git init
This commit is contained in:
17
_includes/head.html
Normal file
17
_includes/head.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!-- _includes/partials/head.html -->
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1.0">
|
||||
|
||||
{% include favicon.html %}
|
||||
|
||||
{% include meta_tags.html %}
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="{{ "assets/sass/main.css" | relative_url }}">
|
||||
</head>
|
||||
|
||||
<!-- / _includes/partials/head.html -->
|
||||
|
||||
Reference in New Issue
Block a user