Skip to content

Commit 10f260a

Browse files
committed
Make jekyll happy
1 parent 8c7acd7 commit 10f260a

File tree

8 files changed

+62373
-4
lines changed

8 files changed

+62373
-4
lines changed

_layouts/default.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
<meta charset="utf-8">
4+
</head>
5+
<body>
6+
{{ content }}
7+
</body>
8+
</html>

_site/README.md

Whitespace-only changes.

_site/beeps.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<html>
2+
<head>
3+
</head>
4+
<body>
5+
<script type="text/javascript" src="beeps.js"></script>
6+
</body>
7+
</html>

0 commit comments

Comments
 (0)