From 7949911256d6ece1498617df9faeeb0a24400896 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Mon, 9 Jan 2023 23:52:38 -0500 Subject: [PATCH] Misc. minor updates --- content/_index.md | 2 +- themes/v2/assets/css/style.scss | 4 ++++ themes/v2/layouts/partials/footer.html | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 5f3a39b..6b837f4 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,6 +1,6 @@ ## Software Developer, Durham NC -New site coming soon. +New site coming soon [Version 1 of this website available here][1] diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss index 82f0063..9ba233f 100644 --- a/themes/v2/assets/css/style.scss +++ b/themes/v2/assets/css/style.scss @@ -2,3 +2,7 @@ body { font-family: monospace; padding: 50px; } + +#content { + max-width: 800px; +} diff --git a/themes/v2/layouts/partials/footer.html b/themes/v2/layouts/partials/footer.html index e69de29..d38b533 100644 --- a/themes/v2/layouts/partials/footer.html +++ b/themes/v2/layouts/partials/footer.html @@ -0,0 +1,5 @@ +
+ +

+ Copyright © {{ now.Format "2006" }} David Eisinger +