aboutsummaryrefslogtreecommitdiff
path: root/_layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/page.html')
-rw-r--r--_layouts/page.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index b3d2fc4..d9356d1 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -2,18 +2,23 @@
2<html lang="en"> 2<html lang="en">
3 3
4 <head> 4 <head>
5
5 <meta charset="utf-8"> 6 <meta charset="utf-8">
6 <meta name="theme-color" content="#000000"> 7 <meta name="theme-color" content="#000000">
7 <meta name="description" content="{{ page.description }}"> 8 <meta name="description" content="{{ page.description }}">
9
8 <title>{{ page.title }}</title> 10 <title>{{ page.title }}</title>
11
12 <link rel="stylesheet" href="/assets/css/style.css">
13
14 <style>{% include site.css %}</style>
15
9 </head> 16 </head>
10 17
11 <body> 18 <body>
12 19
13 {% include header.html %} 20 {% include header.html %}
14 21
15 <h1>page</h1>
16
17 <article> 22 <article>
18 {{ content }} 23 {{ content }}
19 </article> 24 </article>