Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 199ad9f

Browse files
authored
fix: Prettier issues (#879)
1 parent ea85643 commit 199ad9f

File tree

2 files changed

+58
-34
lines changed

2 files changed

+58
-34
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
remote_theme: pages-themes/[email protected]
22
plugins:
3-
- jekyll-remote-theme
3+
- jekyll-remote-theme
44

55
description: List of GitHub profiles that have awesome customisation, that you can use for inspiration.

_layouts/default.html

Lines changed: 57 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,63 @@
11
<!DOCTYPE html>
22
<html lang="{{ site.lang | default: "en-US" }}">
3-
<head>
4-
<meta charset="UTF-8">
3+
<head>
4+
<meta charset="UTF-8" />
55

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>
1830

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>
2742

28-
<main id="content" class="main-content" role="main">
29-
{{ content }}
43+
<main id="content" class="main-content" role="main">
44+
{{ content }}
3045

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

Comments
 (0)