From 199f5ca505ca7392b3e770e83c5150a9f897d6d0 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 27 Dec 2022 00:48:42 -0700 Subject: somewhat functional website now --- layouts/partials/foot.html | 12 ++++++++++++ layouts/partials/head.html | 33 +++++++++++++++++++++++++++++++++ layouts/partials/sidebar.html | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 82 insertions(+) create mode 100644 layouts/partials/foot.html create mode 100644 layouts/partials/head.html create mode 100644 layouts/partials/sidebar.html (limited to 'layouts/partials') diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html new file mode 100644 index 0000000..ebcd07e --- /dev/null +++ b/layouts/partials/foot.html @@ -0,0 +1,12 @@ + + + + + + + diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..b55534a --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,33 @@ + + + + + + + + + {{ $.Title }} - Bryson Steck + + + +
+
+
+ diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html new file mode 100644 index 0000000..606efc4 --- /dev/null +++ b/layouts/partials/sidebar.html @@ -0,0 +1,37 @@ +
+ +


Bryson Steck

+ + + + + + + + + + + + + +


© Bryson Steck 2021-2022

+

Free and open source software under the AGPL v3.0 License.

+
-- cgit v1.2.3