diff options
Diffstat (limited to '_includes/head.html')
| -rw-r--r-- | _includes/head.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..a6eec07 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,7 @@ +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>{{ page.title }}</title> + <link rel="stylesheet" href="/assets/css/main.css"> +</head> + |
