Skip to content

Commit

Permalink
test layout default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
alextsaihi committed Apr 19, 2024
1 parent 1a1a79f commit 4d3ce42
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en-US" }}">

<body>
<div class="container-lg px-3 my-5 markdown-body">

{{ content }}

</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
<script>anchors.add();</script>
</body>
</html>

0 comments on commit 4d3ce42

Please sign in to comment.