Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh-iitrpr authored May 14, 2024
1 parent 8dc190b commit 12542c3
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
<!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>

<!-- The following code is commented out to remove the footer information in the default page.-->
<!-- {%- include footer.html -%}-->

</body>

</html>


<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{%- include head.html -%}
<!-- <style>
body {
background-color: #ffdbac;
}
</style> -->
<body >

{%- include header.html -%}
<main class="page-content" aria-label="Content">
<div class="wrapper">
{{ content }}
</div>
</main>

<!-- The following code is commented out to remove the footer information in the default page.-->
{%- include footer.html -%}

</body>

</html>


<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>

0 comments on commit 12542c3

Please sign in to comment.