parent
2ddd998d52
commit
7c7e4ab54e
@ -0,0 +1,9 @@ |
|||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||||
|
{%- seo -%} |
||||||
|
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}"> |
||||||
|
{%- feed_meta -%} |
||||||
|
<meta property="og:image" content="{{ "/assets/social-media-preview.png" | absolute_url }}"> |
||||||
|
</head> |
@ -0,0 +1,5 @@ |
|||||||
|
--- |
||||||
|
# Only the main Sass file needs front matter (the dashes are enough) |
||||||
|
--- |
||||||
|
|
||||||
|
@import "minima"; |
Loading…
Reference in new issue