Skip to content

Commit

Permalink
Create base.html
Browse files Browse the repository at this point in the history
  • Loading branch information
biodotpe authored Mar 9, 2024
1 parent 3472db0 commit fec36d2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _layouts/base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!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>

{%- include footer.html -%}

</body>

</html>

0 comments on commit fec36d2

Please sign in to comment.