diff --git a/assets/site.css b/assets/site.css index fe7ca34..3570a9c 100644 --- a/assets/site.css +++ b/assets/site.css @@ -296,6 +296,10 @@ body > footer { } } +footer section { + margin-top: 0; +} + .nav-toggle-button { cursor: pointer; text-decoration-line: underline; diff --git a/site/_includes/-footer.njk b/site/_includes/-footer.njk index 6579f1f..2dc3841 100644 --- a/site/_includes/-footer.njk +++ b/site/_includes/-footer.njk @@ -1,11 +1,21 @@ +
+ © Joshua Seigler 2025. + - + GitHub + - + RSS + - + Contact + - + Unoffice Hours +
+
+ Webrings: + Unoffice Hours + Prev + Next + Random + List +
+ \ No newline at end of file diff --git a/site/_includes/base.njk b/site/_includes/base.njk index 618bebf..0805bde 100644 --- a/site/_includes/base.njk +++ b/site/_includes/base.njk @@ -22,6 +22,7 @@ title: Joshua's Homepage {% endif %} + {% include "-header.njk" %} @@ -33,8 +34,6 @@ title: Joshua's Homepage