From 7e80d68e6c6509c6f80a0d655d89d1b28aec9ee7 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sat, 27 Apr 2024 15:27:53 -0500 Subject: add webring setup --- css/stylesheet.css | 10 ++++++++++ publish.el | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/css/stylesheet.css b/css/stylesheet.css index 3d0d96e..fcbfa6e 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -56,6 +56,16 @@ a:hover { } } +.footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + text-align: center; + display: flex; + justify-content: space-between; +} + /* Org Stuff */ .todo { diff --git a/publish.el b/publish.el index 3639627..367ce9e 100644 --- a/publish.el +++ b/publish.el @@ -75,7 +75,7 @@ :section-numbers nil :html-head "" :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
" - :html-postamble nil) + :html-postamble "") ("org-static" :base-directory "~/website/" :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" -- cgit v1.2.3