From cb192289eeecccb750f613b993dc3f366446d4f2 Mon Sep 17 00:00:00 2001 From: Benjamin Sanders Date: Fri, 4 Jul 2025 19:47:35 -0400 Subject: Initial Commit --- _layouts/default.html | 17 +++++++++++++++++ 1 file changed, 17 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..9c1d6d4 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,17 @@ + + + + + + {{ page.title }} - Sanders Technology Group + + + +
+ {% include nav.html %} + {{ content }} + {% include footer.html %} +
+ + + -- cgit v1.2.3