diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-05-17 20:53:18 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-05-17 20:53:18 -0400 |
| commit | 40fbae0793f88eaf58b1c03f853be2410ac5697d (patch) | |
| tree | d54cb5215b1237f4f2ef6e122144a6e0934a0c36 /_layouts | |
| parent | 326cf2a05631b7ec326daab18357e2896b9487b2 (diff) | |
| download | sei-website-40fbae0793f88eaf58b1c03f853be2410ac5697d.tar.gz sei-website-40fbae0793f88eaf58b1c03f853be2410ac5697d.tar.bz2 sei-website-40fbae0793f88eaf58b1c03f853be2410ac5697d.zip | |
Added files
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..271fd21 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,18 @@ +--- +--- +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + {% include head.html %} + <title>Home | {{ site.title }}</title> +</head> +<body> + {% include navbar.html %} + <div class="container"> + {{ content }} + </div> +</body> +</html>
\ No newline at end of file |
