Skip to content

Commit

Permalink
Merge pull request #7 from ghcloudai/dev/xiaoli
Browse files Browse the repository at this point in the history
test default page
  • Loading branch information
xiaoliwe authored Jan 31, 2024
2 parents 7334cbc + f284495 commit 2fc3302
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@
<!DOCTYPE html>
<html>
<head>
<title>The documentation of GHCloud!</title>
<title>Your Page Title</title>
<link rel="stylesheet" type="text/css" href="../_assets/main.css">
</head>
<body>
<header>
<!--something code in here-->
<!-- Your header content goes here -->
</header>
<div class="container">
<main>
{{ content }}
</main>
</div>

<nav>
<!-- Your navigation content goes here -->
</nav>

<main>
{{ content }}
</main>

<footer>
<p>Footer content goes here</p>
<!-- Your footer content goes here -->
</footer>
</body>
</html>

0 comments on commit 2fc3302

Please sign in to comment.