diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/index.html | 8 | ||||
| -rw-r--r-- | _layouts/page.html | 8 | ||||
| -rw-r--r-- | _layouts/post.html | 11 |
3 files changed, 13 insertions, 14 deletions
diff --git a/_layouts/index.html b/_layouts/index.html index 3120ded..f612da7 100644 --- a/_layouts/index.html +++ b/_layouts/index.html | |||
| @@ -14,10 +14,6 @@ | |||
| 14 | 14 | ||
| 15 | <title>{{ page.title }}</title> | 15 | <title>{{ page.title }}</title> |
| 16 | 16 | ||
| 17 | <style> | ||
| 18 | article,main, footer, nav, header { max-width: 700px; margin: 0 auto; } | ||
| 19 | </style> | ||
| 20 | |||
| 21 | <link rel="stylesheet" href="/assets/highlight.css?ver={{ site.cache_version }}" media="none" onload="if(media!='all')media='all'"> | 17 | <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'"> | 18 | <link rel="stylesheet" href="/assets/site.css?ver={{ site.cache_version }}" media="none" onload="if(media!='all')media='all'"> |
| 23 | 19 | ||
| @@ -58,6 +54,10 @@ | |||
| 58 | 54 | ||
| 59 | {% include footer.html %} | 55 | {% include footer.html %} |
| 60 | 56 | ||
| 57 | <style> | ||
| 58 | {% include site.css %} | ||
| 59 | </style> | ||
| 60 | |||
| 61 | </body> | 61 | </body> |
| 62 | 62 | ||
| 63 | </html> | 63 | </html> |
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> |
diff --git a/_layouts/post.html b/_layouts/post.html index 1feaba5..2fb4a75 100644 --- a/_layouts/post.html +++ b/_layouts/post.html | |||
| @@ -14,12 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | <title>{{ page.title }}</title> | 15 | <title>{{ page.title }}</title> |
| 16 | 16 | ||
| 17 | <style> | ||
| 18 | article,main, footer, nav, header { max-width: 700px; margin: 0 auto; } | ||
| 19 | </style> | ||
| 20 | |||
| 21 | <link rel="stylesheet" href="/assets/highlight.css?ver={{ site.cache_version }}" media="none" onload="if(media!='all')media='all'"> | 17 | <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'"> | ||
| 23 | 18 | ||
| 24 | <link rel="icon" type="image/gif" href="/{{ site.avatar }}?ver={{ site.cache_version }}"> | 19 | <link rel="icon" type="image/gif" href="/{{ site.avatar }}?ver={{ site.cache_version }}"> |
| 25 | 20 | ||
| @@ -39,8 +34,6 @@ | |||
| 39 | 34 | ||
| 40 | <body> | 35 | <body> |
| 41 | 36 | ||
| 42 | {{ site.icon }} | ||
| 43 | |||
| 44 | {% include header.html %} | 37 | {% include header.html %} |
| 45 | 38 | ||
| 46 | <article> | 39 | <article> |
| @@ -79,6 +72,10 @@ | |||
| 79 | 72 | ||
| 80 | {% include footer.html %} | 73 | {% include footer.html %} |
| 81 | 74 | ||
| 75 | <style> | ||
| 76 | {% include site.css %} | ||
| 77 | </style> | ||
| 78 | |||
| 82 | </body> | 79 | </body> |
| 83 | 80 | ||
| 84 | </html> | 81 | </html> |
