Skip to content

Commit

Permalink
Testing footer removal
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyFDavison committed Oct 29, 2024
1 parent dbbb323 commit e169b6d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">

{% include head.html %}

<body>

{% include header.html %}

<main class="page-content" aria-label="Content">
<div class="wrapper">
{{ content }}
</div>
</main>

</body>

</html>
Empty file added _layouts/footer.html
Empty file.

0 comments on commit e169b6d

Please sign in to comment.