From 40fbae0793f88eaf58b1c03f853be2410ac5697d Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 17 May 2021 20:53:18 -0400 Subject: Added files --- _layouts/default.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _layouts/default.html (limited to '_layouts/default.html') 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 @@ +--- +--- + + + + + + + {% include head.html %} + Home | {{ site.title }} + + + {% include navbar.html %} +
+ {{ content }} +
+ + \ No newline at end of file -- cgit v1.2.3