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 "
" - :html-postamble nil) + :html-postamble " ") ("org-static" :base-directory "~/website/" :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf"