Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Aftab700 authored Oct 5, 2023
1 parent e3d057e commit 27d1ec6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
<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 %}
{% seo %}
</head>
<body>
<a id="skip-to-content" href="#content">Skip to the content.</a>
Expand Down Expand Up @@ -41,4 +37,4 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
</footer>
</main>
</body>
</html>
</html>

0 comments on commit 27d1ec6

Please sign in to comment.