|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="{{ site.lang | default: "en-US" }}"> |
3 | | - <head> |
4 | | - <meta charset="UTF-8"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8" /> |
5 | 5 |
|
6 | | -{% seo %} |
7 | | - <title>EddieHub - Awesome GitHub profiles</title> |
8 | | - <link rel="preconnect" href="https://fonts.gstatic.com"> |
9 | | - <link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin> |
10 | | - <meta name="viewport" content="width=device-width, initial-scale=1"> |
11 | | - <meta name="theme-color" content="#157878"> |
12 | | - <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
13 | | - <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> |
14 | | - {% include head-custom.html %} |
15 | | - </head> |
16 | | - <body> |
17 | | - <a id="skip-to-content" href="#content">Skip to the content.</a> |
| 6 | + {% seo %} |
| 7 | + <title>EddieHub - Awesome GitHub profiles</title> |
| 8 | + <link rel="preconnect" href="https://fonts.gstatic.com" /> |
| 9 | + <link |
| 10 | + rel="preload" |
| 11 | + href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" |
| 12 | + as="style" |
| 13 | + type="text/css" |
| 14 | + crossorigin |
| 15 | + /> |
| 16 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 17 | + <meta name="theme-color" content="#157878" /> |
| 18 | + <meta |
| 19 | + name="apple-mobile-web-app-status-bar-style" |
| 20 | + content="black-translucent" |
| 21 | + /> |
| 22 | + <link |
| 23 | + rel="stylesheet" |
| 24 | + href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" |
| 25 | + /> |
| 26 | + {% include head-custom.html %} |
| 27 | +</head> |
| 28 | +<body> |
| 29 | + <a id="skip-to-content" href="#content">Skip to the content.</a> |
18 | 30 |
|
19 | | - <header class="page-header" role="banner"> |
20 | | - <h1 class="project-name">Awesome GitHub profiles</h1> |
21 | | - <h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2> |
22 | | - {% if site.github.is_project_page %} |
23 | | - <a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a> |
24 | | - {% endif %} |
25 | | - <a href="/awesome-github-profiles/profiles" class="btn">View profiles</a> |
26 | | - </header> |
| 31 | + <header class="page-header" role="banner"> |
| 32 | + <h1 class="project-name">Awesome GitHub profiles</h1> |
| 33 | + <h2 class="project-tagline"> |
| 34 | + {{ page.description | default: site.description | default: |
| 35 | + site.github.project_tagline }} |
| 36 | + </h2> |
| 37 | + {% if site.github.is_project_page %} |
| 38 | + <a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a> |
| 39 | + {% endif %} |
| 40 | + <a href="/awesome-github-profiles/profiles" class="btn">View profiles</a> |
| 41 | + </header> |
27 | 42 |
|
28 | | - <main id="content" class="main-content" role="main"> |
29 | | - {{ content }} |
| 43 | + <main id="content" class="main-content" role="main"> |
| 44 | + {{ content }} |
30 | 45 |
|
31 | | - <footer class="site-footer"> |
32 | | - {% if site.github.is_project_page %} |
33 | | - <span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span> |
34 | | - {% endif %} |
35 | | - <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span> |
36 | | - </footer> |
37 | | - </main> |
38 | | - </body> |
39 | | -</html> |
| 46 | + <footer class="site-footer"> |
| 47 | + {% if site.github.is_project_page %} |
| 48 | + <span class="site-footer-owner" |
| 49 | + ><a href="{{ site.github.repository_url }}" |
| 50 | + >{{ site.github.repository_name }}</a |
| 51 | + > |
| 52 | + is maintained by |
| 53 | + <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a |
| 54 | + >.</span |
| 55 | + > |
| 56 | + {% endif %} |
| 57 | + <span class="site-footer-credits" |
| 58 | + >This page was generated by |
| 59 | + <a href="https://pages.github.com">GitHub Pages</a>.</span |
| 60 | + > |
| 61 | + </footer> |
| 62 | + </main> |
| 63 | +</body> |
0 commit comments