Skip to content

Commit

Permalink
Create default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler authored Dec 3, 2023
1 parent 8409fd5 commit 331e0b6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _layout/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en-US" }}">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

{% seo %}
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
{% include head-custom.html %}
</head>
<body>
<div class="container-lg px-3 my-5 markdown-body">
{{ content }}

<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
<a href="{{ "/" | site.policy }}">Privacy Policy</a>
<br/>
<p>Googlers Repo, Der_Googler & DerGoogler &copy; 2023</p>
</div>
</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 331e0b6

Please sign in to comment.