From 6c53b50ec3afaabbe3f09c6e838baf63e17499b1 Mon Sep 17 00:00:00 2001 From: Matt Kohls <mattkohls13@gmail.com> Date: Wed, 18 Dec 2019 01:04:15 -0500 Subject: Mostly working initial stuff TODO: CSS needs to be defined Index page lists about page when it shouldn't --- layouts/partials/footer.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 layouts/partials/footer.html (limited to 'layouts/partials/footer.html') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..e420ffc --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,11 @@ + <footer> + <div class="box"> + <div class="content"> + {{ with .Site.Params.footer }} + {{ . | markdownify }} + {{ end }} + </div> + </div> + </footer> + </body> +</html> -- cgit v1.2.3