|
2 | 2 | <html lang="{{ site.lang | default: "en-US" }}"> |
3 | 3 |
|
4 | 4 | <head> |
5 | | - <meta charset='utf-8'> |
6 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
7 | | - <meta name="viewport" content="width=device-width,maximum-scale=2"> |
8 | | - <link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> |
| 5 | + <meta charset='utf-8'> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | + <meta name="viewport" content="width=device-width,maximum-scale=2"> |
| 8 | + <link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> |
9 | 9 |
|
10 | 10 | {% seo %} |
11 | | - {% include head-custom.html %} |
12 | | - <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/> |
| 11 | + {% include head-custom.html %} |
| 12 | + <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/> |
13 | 13 | </head> |
14 | 14 |
|
15 | 15 | <body> |
16 | 16 |
|
17 | | - <!-- HEADER --> |
18 | | - <div id="header_wrap" class="outer"> |
19 | | - <header class="inner"> |
20 | | - {% if site.github.is_project_page %} |
21 | | - <a id="forkme_banner" href="{{ site.github.repository_url }}">View on GitHub</a> |
22 | | - {% endif %} |
| 17 | + <!-- HEADER --> |
| 18 | + <div id="header_wrap" class="outer"> |
| 19 | + <header class="inner"> |
| 20 | + {% if site.github.is_project_page %} |
| 21 | + <a id="forkme_banner" href="{{ site.github.repository_url }}">View on GitHub</a> |
| 22 | + {% endif %} |
23 | 23 |
|
24 | | - <h1 id="project_title"><img src='images/logo.png' width='64' height='64' style-'text-shadow: none'/>{{ site.title | default: site.github.repository_name }}</h1> |
25 | | - <h2 id="project_tagline">{{ site.description | default: site.github.project_tagline }}</h2> |
| 24 | + <h1 id="project_title"> |
| 25 | + <img src='images/logo.png' width='64' height='64' style-'box-shadow: none;text-shadow: none;border:none'/> |
| 26 | + {{ site.title | default: site.github.repository_name }} |
| 27 | + </h1> |
| 28 | + <h2 id="project_tagline">{{ site.description | default: site.github.project_tagline }}</h2> |
26 | 29 |
|
27 | | - {% if site.show_downloads %} |
| 30 | + {% if site.show_downloads %} |
28 | 31 | <section id="downloads"> |
29 | | - <a class="zip_download_link" href="{{ site.github.zip_url }}">Download this project as a .zip file</a> |
30 | | - <a class="tar_download_link" href="{{ site.github.tar_url }}">Download this project as a tar.gz file</a> |
| 32 | + <a class="zip_download_link" href="{{ site.github.zip_url }}">Download this project as a .zip file</a> |
| 33 | + <a class="tar_download_link" href="{{ site.github.tar_url }}">Download this project as a tar.gz file</a> |
31 | 34 | </section> |
32 | | - {% endif %} |
| 35 | + {% endif %} |
33 | 36 | </header> |
34 | | - </div> |
35 | | - |
36 | | - <!-- MAIN CONTENT --> |
37 | | - <div id="main_content_wrap" class="outer"> |
38 | | - <section id="main_content" class="inner"> |
39 | | - {{ content }} |
40 | | - </section> |
41 | | - </div> |
42 | | - |
43 | | - <!-- FOOTER --> |
44 | | - <div id="footer_wrap" class="outer"> |
45 | | - <footer class="inner"> |
46 | | - {% if site.github.is_project_page %} |
47 | | - <p class="copyright">{{ site.title | default: site.github.repository_name }} maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p> |
48 | | - {% endif %} |
49 | | - <p>Published with <a href="https://pages.github.com">GitHub Pages</a></p> |
50 | | - </footer> |
51 | | - </div> |
| 37 | + </div> |
| 38 | + |
| 39 | + <!-- MAIN CONTENT --> |
| 40 | + <div id="main_content_wrap" class="outer"> |
| 41 | + <section id="main_content" class="inner"> |
| 42 | + {{ content }} |
| 43 | + </section> |
| 44 | + </div> |
| 45 | + |
| 46 | + <!-- FOOTER --> |
| 47 | + <div id="footer_wrap" class="outer"> |
| 48 | + <footer class="inner"> |
| 49 | + {% if site.github.is_project_page %} |
| 50 | + <p class="copyright">{{ site.title | default: site.github.repository_name }} maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p> |
| 51 | + {% endif %} |
| 52 | + <p>Published with <a href="https://pages.github.com">GitHub Pages</a></p> |
| 53 | + </footer> |
| 54 | + </div> |
52 | 55 | </body> |
53 | 56 | </html> |
0 commit comments