diff options
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index a6936cf..f41699e 100644 --- a/_layouts/post.html +++ b/_layouts/post.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 | |||
| 13 | <style>{% include site.css %}</style> | ||
| 14 | <style>{% include highlight.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>post</h1> | ||
| 16 | |||
| 17 | <article> | 22 | <article> |
| 18 | {{ content }} | 23 | {{ content }} |
| 19 | </article> | 24 | </article> |
