Skip to content

Commit

Permalink
Create defaults.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavg authored Nov 17, 2024
1 parent c851cf8 commit 965a81c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _layouts/defaults.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset="UTF-8">

{% seo %}
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
{% include head-custom.html %}
</head>
<body>
<a id="skip-to-content" href="#content">Skip to the content.</a>

<main id="content" class="main-content" role="main">
{{ content }}

</main>
</body>
</html>

0 comments on commit 965a81c

Please sign in to comment.