Skip to content

Commit 3c0b5e3

Browse files
committed
Experienting editing Cayman layout
1 parent 5e35cba commit 3c0b5e3

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

_layouts/home.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!DOCTYPE html>
2+
<html lang="{{ site.lang | default: "en-US" }}">
3+
<head>
4+
<meta charset="UTF-8">
5+
6+
{% seo %}
7+
<link rel="preconnect" href="https://fonts.gstatic.com">
8+
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin>
9+
<meta name="viewport" content="width=device-width, initial-scale=1">
10+
<meta name="theme-color" content="#157878">
11+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
12+
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
13+
{% include head-custom.html %}
14+
</head>
15+
<body>
16+
<a id="skip-to-content" href="#content">Skip to the content.</a>
17+
18+
<header class="page-header" role="banner">
19+
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }} Bob</h1>
20+
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
21+
{% if site.github.is_project_page %}
22+
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
23+
{% endif %}
24+
{% if site.show_downloads %}
25+
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
26+
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
27+
{% endif %}
28+
</header>
29+
30+
<main id="content" class="main-content" role="main">
31+
{{ content }}
32+
33+
<footer class="site-footer">
34+
{% if site.github.is_project_page %}
35+
<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>
36+
{% endif %}
37+
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
38+
</footer>
39+
</main>
40+
</body>
41+
</html>

0 commit comments

Comments
 (0)