commit 7949911256d6ece1498617df9faeeb0a24400896
parent d9469b824510a458ed13608af987ce09fa8823be
Author: David Eisinger <[email protected]>
Date: Mon, 9 Jan 2023 23:52:38 -0500
Misc. minor updates
Diffstat:
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git 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
@@ -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
@@ -0,0 +1,5 @@
+<hr>
+
+<p>
+ Copyright © {{ now.Format "2006" }} David Eisinger
+</p>