aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-05-17 20:53:18 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-05-17 20:53:18 -0400
commit40fbae0793f88eaf58b1c03f853be2410ac5697d (patch)
treed54cb5215b1237f4f2ef6e122144a6e0934a0c36 /_layouts
parent326cf2a05631b7ec326daab18357e2896b9487b2 (diff)
downloadsei-website-40fbae0793f88eaf58b1c03f853be2410ac5697d.tar.gz
sei-website-40fbae0793f88eaf58b1c03f853be2410ac5697d.tar.bz2
sei-website-40fbae0793f88eaf58b1c03f853be2410ac5697d.zip
Added files
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html18
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