-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8dc190b
commit 12542c3
Showing
1 changed file
with
26 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |