|  | 
| 17 | 17 |  {% assign author = "Дмитрий Евдокимов" %} | 
| 18 | 18 | {% endif %} | 
| 19 | 19 | <html lang="{{ lang }}"> | 
| 20 |  | - <head> | 
| 21 |  | - <meta charset="utf-8"> | 
| 22 |  | - <meta http-equiv="X-UA-Compatible" content="chrome=1"> | 
| 23 |  | - <title>{{ site.title | default: site.github.repository_name }}</title> | 
| 24 |  | - <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> | 
| 25 |  | - <!--favicon--> | 
| 26 |  | - <link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png"> | 
| 27 |  | - <link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png"> | 
| 28 |  | - <link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png"> | 
| 29 |  | - <link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png"> | 
| 30 |  | - <link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png"> | 
| 31 |  | - <link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png"> | 
| 32 |  | - <link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png"> | 
| 33 |  | - <link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png"> | 
| 34 |  | - <link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png"> | 
| 35 |  | - <link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png"> | 
| 36 |  | - <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | 
| 37 |  | - <link rel="icon" type="image/png" sizes="96x96" hrgef="/favicon-96x96.png"> | 
| 38 |  | - <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | 
| 39 |  | - <link rel="manifest" href="/manifest.json"> | 
| 40 |  | - <meta name="msapplication-TileColor" content="#ffffff"> | 
| 41 |  | - <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> | 
| 42 |  | - <meta name="theme-color" content="#ffffff"> | 
| 43 |  | - <!--/favicon--> | 
| 44 |  | - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | 
| 45 |  | - <script src="{{ '/assets/js/respond.js' | relative_url }}"></script> | 
| 46 |  | - <!--[if lt IE 9]> | 
| 47 |  | - <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | 
| 48 |  | - <![endif]--> | 
| 49 |  | - <!--[if lt IE 8]> | 
| 50 |  | - <link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}"> | 
| 51 |  | - <![endif]--> | 
| 52 |  | - <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> | 
| 53 |  | - <style> | 
| 54 |  | - .wrapper section {margin-top: 20px;} | 
| 55 |  | - #footer table tbody tr td {border-bottom: none; border-top: 1px solid #434343;} | 
| 56 |  | - </style> | 
| 57 |  | - </head> | 
|  | 20 | + {% include head.html %} | 
| 58 | 21 |  <body> | 
| 59 | 22 |  <div class="wrapper"> | 
| 60 | 23 |  <section> | 
| @@ -133,7 +96,7 @@ <h2>Downloads</h2> | 
| 133 | 96 |  {% endif %} | 
| 134 | 97 |  {% endif %} | 
| 135 | 98 |  </section> | 
|  | 99 | + {% include footer.html %} | 
| 136 | 100 |  </div> | 
| 137 |  | - {% include footer.html %} | 
| 138 | 101 |  </body> | 
| 139 | 102 | </html> | 
0 commit comments