Skip to content

Commit

Permalink
Create default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dangunter authored Oct 10, 2024
1 parent 6b26b9d commit 19b0a61
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
</head>
<body>
<h1>{{ page.title }}</h1>
<section>
{{ content }}
</section>
<footer>
&copy; IDAES project
</footer>
</body>
</html>

0 comments on commit 19b0a61

Please sign in to comment.