diff options
Diffstat (limited to '_layouts/page.html')
| -rw-r--r-- | _layouts/page.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/_layouts/page.html b/_layouts/page.html index 1f8bbb1..af43ea7 100644 --- a/_layouts/page.html +++ b/_layouts/page.html | |||
| @@ -14,9 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | <title>{{ page.title }}</title> | 15 | <title>{{ page.title }}</title> |
| 16 | 16 | ||
| 17 | <style> | 17 | |
| 18 | article,main, footer, nav, header { max-width: 700px; margin: 0 auto; } | ||
| 19 | </style> | ||
| 20 | 18 | ||
| 21 | <link rel="stylesheet" href="/assets/highlight.css?ver={{ site.cache_version }}" media="none" onload="if(media!='all')media='all'"> | 19 | <link rel="stylesheet" href="/assets/highlight.css?ver={{ site.cache_version }}" media="none" onload="if(media!='all')media='all'"> |
| 22 | <link rel="stylesheet" href="/assets/site.css?ver={{ site.cache_version }}" media="none" onload="if(media!='all')media='all'"> | 20 | <link rel="stylesheet" href="/assets/site.css?ver={{ site.cache_version }}" media="none" onload="if(media!='all')media='all'"> |
| @@ -51,6 +49,10 @@ | |||
| 51 | 49 | ||
| 52 | {% include footer.html %} | 50 | {% include footer.html %} |
| 53 | 51 | ||
| 52 | <style> | ||
| 53 | {% include site.css %} | ||
| 54 | </style> | ||
| 55 | |||
| 54 | </body> | 56 | </body> |
| 55 | 57 | ||
| 56 | </html> | 58 | </html> |
